diff options
author | stephan <stephan@noemail.net> | 2024-08-21 13:57:30 +0000 |
---|---|---|
committer | stephan <stephan@noemail.net> | 2024-08-21 13:57:30 +0000 |
commit | 5b5625f679aa130d5a16204bc06ce7e99b2f869f (patch) | |
tree | 48cb5ef54803f5223c96b53bd7a74e3dadf137b8 /README.md | |
parent | 59b171172f55351bb35f5954007395f3464a7ab1 (diff) | |
download | sqlite-5b5625f679aa130d5a16204bc06ce7e99b2f869f.tar.gz sqlite-5b5625f679aa130d5a16204bc06ce7e99b2f869f.zip |
README.md: a markup link fix and use the canonical URL for Fossil.
FossilOrigin-Name: c49bfee6b878bd96adfc852fdc76e98bf81e2fb82be8325672fbc7af04e7dffa
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -75,7 +75,7 @@ archives or [SQLite archives](https://sqlite.org/cli.html#sqlar) as follows: To access sources directly using Fossil, first install Fossil version 2.0 or later. Source tarballs and precompiled binaries available -[here](https://www.fossil-scm.org/fossil/uv/download.html. Fossil is +[here](https://www.fossil-scm.org/home/uv/download.html). Fossil is a stand-alone program. To install, simply download or build the single executable file and put that file someplace on your $PATH. Then run commands like this: @@ -379,7 +379,7 @@ The `manifest.uuid` file should contain the SHA3-256 hash of the `manifest` file. If all of the above hash comparisons are correct, then you can be confident that your source tree is authentic and unadulterated. Details on the format for the `manifest` files are available -[on the Fossil website](https://fossil-scm.org/fossil/doc/trunk/www/fileformat.wiki#manifest). +[on the Fossil website](https://fossil-scm.org/home/doc/trunk/www/fileformat.wiki#manifest). The process of checking source code authenticity is automated by the makefile: |