mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-21 17:48:45 +00:00
Fix mkdocs links warnings
This commit is contained in:
parent
2d3954a946
commit
28277f8d12
47 changed files with 197 additions and 189 deletions
|
@ -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.
|
||||
|
||||
|
|
|
@ -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`
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue