From 2569fe597554cf00b5054b170647996e3fd5b639 Mon Sep 17 00:00:00 2001 From: Mik-TF Date: Tue, 14 May 2024 13:24:02 -0400 Subject: [PATCH] manual, all parsing OK --- .../collaboration_tools/website_link_checker.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/collections/collaboration/collaboration_tools/website_link_checker.md b/collections/collaboration/collaboration_tools/website_link_checker.md index 788c5e0..162795c 100644 --- a/collections/collaboration/collaboration_tools/website_link_checker.md +++ b/collections/collaboration/collaboration_tools/website_link_checker.md @@ -39,15 +39,15 @@ flag. Otherwise exits with code 0. Note that errors set as --warnings will alway ### With Python * Clone the repository - * ``` + ``` git clone https://github.com/threefoldfoundation/website-link-checker ``` * Change directory - * ``` + ``` cd website-link-checker ``` * Run the program - * ``` + ``` python website-link-checker.py https://example.com -e 404 -w all ```