docs: Update links and URLs
This commit is contained in:
parent
10016e8a8b
commit
262349addc
2 changed files with 7 additions and 7 deletions
|
@ -4,20 +4,20 @@
|
||||||
|
|
||||||
* About
|
* About
|
||||||
|
|
||||||
[[https://code.fosterhangdaan.com/foster/vimm-dl][Vimm DL]] is a secure command-line tool for automating game downloads from [[https://vimm.net/vault][Vimm's Vault]].
|
[[https://code.hangdaan.com/foster/vimm-dl][Vimm DL]] is a secure command-line tool for automating game downloads from [[https://vimm.net/vault][Vimm's Vault]].
|
||||||
|
|
||||||
* Documentation
|
* Documentation
|
||||||
|
|
||||||
Refer to the [[https://code.fosterhangdaan.com/foster/vimm-dl/wiki][wiki]] for instructions and documentation.
|
Refer to the [[https://code.hangdaan.com/foster/vimm-dl/wiki][wiki]] for instructions and documentation.
|
||||||
|
|
||||||
* Core Maintainers
|
* Core Maintainers
|
||||||
|
|
||||||
An up-to-date list of maintainers and their contact information is available in the [[https://code.fosterhangdaan.com/foster/vimm-dl/wiki/maintainers][Maintainers]] page of the wiki.
|
An up-to-date list of maintainers and their contact information is available in the [[https://code.hangdaan.com/foster/vimm-dl/wiki/maintainers][Maintainers]] page of the wiki.
|
||||||
|
|
||||||
* License
|
* License
|
||||||
|
|
||||||
#+attr_html: :width 200px
|
#+attr_html: :width 200px
|
||||||
[[https://static.fosterhangdaan.com/images/agplv3-logo.svg]]
|
[[https://s3.hangdaan.com/images/agplv3-logo.svg]]
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
This program is free software: you can redistribute it and/or modify
|
||||||
it under the terms of the GNU Affero General Public License as
|
it under the terms of the GNU Affero General Public License as
|
||||||
|
|
|
@ -46,9 +46,9 @@ const command = new Command()
|
||||||
"A secure command-line tool for automating game downloads from Vimm's Vault <https://vimm.net/vault>.",
|
"A secure command-line tool for automating game downloads from Vimm's Vault <https://vimm.net/vault>.",
|
||||||
)
|
)
|
||||||
.meta("License", "GNU Affero General Public License (version 3 or later)")
|
.meta("License", "GNU Affero General Public License (version 3 or later)")
|
||||||
.meta("Repository", "https://code.fosterhangdaan.com/foster/vimm-dl")
|
.meta("Repository", "https://code.hangdaan.com/foster/vimm-dl")
|
||||||
.meta("Documentation", "https://code.fosterhangdaan.com/foster/vimm-dl/wiki")
|
.meta("Documentation", "https://code.hangdaan.com/foster/vimm-dl/wiki")
|
||||||
.meta("Bug Reports", "https://code.fosterhangdaan.com/foster/vimm-dl/issues")
|
.meta("Bug Reports", "https://code.hangdaan.com/foster/vimm-dl/issues")
|
||||||
.example(
|
.example(
|
||||||
"Supply URLs on the command-line",
|
"Supply URLs on the command-line",
|
||||||
`${
|
`${
|
||||||
|
|
Loading…
Add table
Reference in a new issue