We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 308502c commit eb1f014Copy full SHA for eb1f014
test/subdomain_redirects.sh
@@ -36,6 +36,12 @@ tests=$(grep -Ev '^[ ]*$' <<< "\
36
37
# Verify that the list subdomain is redirected to the Google group mailling list and retains the URL path
38
'list.ledger-cli.org/c/xM3EEukxYys 302:https://groups.google.com/g/ledger-cli/c/xM3EEukxYys'
39
+
40
+# Verify that the old web documentation URL is redirected to the current documentation
41
+'ledger-cli.org/3.0/doc/ledger3.html 301:https://ledger-cli.org/doc/ledger3.html'
42
43
+# Verify that the old print documentation URL is redirected to the current documentation
44
+'ledger-cli.org/3.0/doc/ledger3.pdf 301:https://ledger-cli.org/doc/ledger3.pdf'
45
")
46
47
exit_code=0
0 commit comments