From ba5380f60be4ccff5598922423d69824433636aa Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Wed, 8 Jan 2025 19:11:23 -0500 Subject: [PATCH] Update 1-bug_report.yml --- .github/ISSUE_TEMPLATE/1-bug_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/1-bug_report.yml b/.github/ISSUE_TEMPLATE/1-bug_report.yml index 287988aa..6af6de4d 100644 --- a/.github/ISSUE_TEMPLATE/1-bug_report.yml +++ b/.github/ISSUE_TEMPLATE/1-bug_report.yml @@ -30,7 +30,7 @@ body: description: Please include the exact steps you took to trigger the issue. render: markdown placeholder: | - 1. Started ArchiveBox by running: `docker run -v $PWD:/data -p 8000:8000 archivebox/archivebox:0.7.3` in iTerm2 + 1. Started ArchiveBox by running: `docker run -v $PWD:/data -p 8000:8000 archivebox/archivebox` in iTerm2 2. Went to the https://127.0.0.1:8000/add/ page in Google Chrome 3. Typed 'https://example.com/xyz' into the 'Add URL' input field 4. Clicked the 'Add+' button