Fix mkdocs links warnings

This commit is contained in:
Calum Lind 2024-07-08 11:35:55 +01:00
commit 28277f8d12
No known key found for this signature in database
GPG key ID: 90597A687B836BA3
47 changed files with 197 additions and 189 deletions

View file

@ -2,9 +2,9 @@
Deluge's source code is always available through our [Git repository](http://git.deluge-torrent.org/deluge).
To get a copy of the code, you will need to clone it from the repository then see the [Install from source](/installing/source) guide.
To get a copy of the code, you will need to clone it from the repository then see the [Install from source](/installing/source.md) guide.
For more in-depth git usage see [GitTips](/development/git/gittips).
For more in-depth git usage see [GitTips](/development/git/gittips.md).
This guide uses commands which are meant to be typed at a command prompt, but most will be available from a GUI Git client.

View file

@ -202,12 +202,12 @@ To differentiate commit changes at a glance, the subject of commits for specific
If the commit fix/closes a ticket, include the number:
`[[#1001](/ticket/1001)] Add support for magnet uris`
`[[#1001](https://dev.deluge-torrent.org/ticket/1001)] Add support for magnet uris`
A limited number of tags may be combined, such as
`[[#1002](/ticket/1002)] [GTKUI] Fix the files tab context menu not being displayed`
`[[#1002](https://dev.deluge-torrent.org/ticket/1002)] [GTKUI] Fix the files tab context menu not being displayed`
`[[#2250](/ticket/2250)] [Core] [GTKUI] Add method remove_torrents to core`
`[[#2250](https://dev.deluge-torrent.org/ticket/2250)] [Core] [GTKUI] Add method remove_torrents to core`