diff options
author | Alexander | 2022-04-13 04:49:20 +0300 |
---|---|---|
committer | Alexander | 2022-04-13 04:49:20 +0300 |
commit | 0bd5823d3e20e523022e8edb88e48c839b3f8160 (patch) | |
tree | beb9ea19a3cb1ae75e05d29adee9552bc4d043ba /issues | |
parent | aea2c534f38409a0aec34704a04ac23037685aea (diff) | |
download | gn-gemtext-0bd5823d3e20e523022e8edb88e48c839b3f8160.tar.gz |
Update issue on automatically finding broken links on gn2
Diffstat (limited to 'issues')
-rw-r--r-- | issues/automatically-find-broken-links-on-gn2.gmi | 24 |
1 files changed, 20 insertions, 4 deletions
diff --git a/issues/automatically-find-broken-links-on-gn2.gmi b/issues/automatically-find-broken-links-on-gn2.gmi index 87227ec..9a39674 100644 --- a/issues/automatically-find-broken-links-on-gn2.gmi +++ b/issues/automatically-find-broken-links-on-gn2.gmi @@ -37,9 +37,25 @@ NotFound: 404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again. ``` +## Tasks -## update on finding broken links +* [x] code to search for broken links in web pages +* [x] run gn2 on CI as a background task to search for broken links -moved to complete the;gn2 CI runs on the background -for any background searchng for any broken link which -are then underlined and marked with red font
\ No newline at end of file + + +### Notes + + + +the bug above no longer exists. + +gn2 CI runs on the background after for any push +raises an error if any broken link is found +On gn2 web pages all missing links that are found +are underlined and highlighted with red for later fix + + +### Update + +we no longer use github CI this should be moved the new gn2 CI |