From e4aa442a1be6e7dc570eb428c91c75a058896cef Mon Sep 17 00:00:00 2001 From: CyrilFerlicot Date: Fri, 15 Mar 2024 12:27:12 +0100 Subject: [PATCH] Update badges --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4ce5f1e..10eee89 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,9 @@ # TinyBlog -[![Build status](https://travis-ci.com/SquareBracketAssociates/TinyBlogTutorial.svg?branch=master)](https://travis-ci.com/github/SquareBracketAssociates/TinyBlogTutorial) +![Build status](https://github.com/SquareBracketAssociates/TinyBlogTutorial/actions/workflows/main.yml/badge.svg) +[![Download PDF](https://img.shields.io/badge/Download-PDF-9cf.svg)](https://github.com/SquareBracketAssociates/TinyBlogTutorial/releases/download/latest/TinyBlog-FR.pdf) TinyBlog is a tutorial (in French) for [Pharo](www.pharo.org). It explains how to create a simple blog engine with Pharo's web stack (Seaside, Magritte, Voyage, Bootstrap, etc.). Do not use Bootstrap 4 but 3 because the code snippets are for Bootstrap 3, please read https://github.com/SquareBracketAssociates/TinyBlog-EN/blob/master/README.md for more information. - -The latest [PDF](https://github.com/SquareBracketAssociates/TinyBlogTutorial/releases/download/continuous/TinyBlog-FR.pdf) of this book.