From c82fba55de902e4e0fb9ff22f98b494210608940 Mon Sep 17 00:00:00 2001 From: Fabian Pedregosa Date: Tue, 31 Oct 2023 11:36:02 +0100 Subject: [PATCH] FIX: blog post address in instructions --- _pages/submitting.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_pages/submitting.md b/_pages/submitting.md index 2ae9b5e9..535f4cee 100644 --- a/_pages/submitting.md +++ b/_pages/submitting.md @@ -308,12 +308,12 @@ Configuration file: /home/$USER/blog_post_repo/_config.yml done in 0.426 seconds. Auto-regeneration: enabled for '/home/$USER/blog_post_repo' - Server address: http://127.0.0.1:4000/2024/ + Server address: http://0.0.0.0:8080/2024/ Server running... press ctrl-c to stop. ``` If you see this, you've successfully served your web page locally! -You can access it at server address specified, in this case `http://127.0.0.1:4000/2024` (and the blog posts should once again be viewable at the `blog/` endpoint). +You can access it at server address specified, in this case `http://0.0.0.0:8080/2024/` (and the blog posts should once again be viewable at the `blog/` endpoint). ### Submitting your Blog Post