Skip to content

Commit fc01ff6

Browse files
committed
Update changelog.rst links
Signed-off-by: Hiroshi Miura <[email protected]>
1 parent ff2e986 commit fc01ff6

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

CHANGELOG.rst

+14-8
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Changed
4141
Fixed
4242
-----
4343

44-
* requires py7zr >= 0.4.1 because v0.4 can fails to extract file.
44+
* requires `py7zr`_ >= 0.4.1 because v0.4 can fails to extract file.
4545

4646

4747
`v0.5b2`_ (8, Oct., 2019)
@@ -90,8 +90,8 @@ Changed
9090
* CI: Improve azure-pipelines configurations by Nelson (#20)
9191
* Check parameter combination allowance and add winrt variant.
9292
* Support installation of mingw runtime package.
93-
* Add '--internal' option to use `py7zr` instead of
94-
external `7zip` command for extracting package archives.(WIP)
93+
* Add '--internal' option to use `py7zr`_ instead of
94+
external `7zip`_ command for extracting package archives.(WIP)
9595

9696

9797
`v0.4.1`_ (01, Jun, 2019)
@@ -129,7 +129,7 @@ Changed
129129
-------
130130

131131
* Change project directory structure.
132-
* cli command name changed from `aqtinst` to `aqt` and now you can run `aqt install`
132+
* cli command name changed from 'aqtinst' to 'aqt' and now you can run 'aqt install'
133133
* Introduce Cli class
134134
* Massive regression test on azure pipelines(#20)
135135
* blacklist against http://mirrors.tuna.tsinghua.edu.cn and http://mirrors.geekpie.club/
@@ -174,7 +174,7 @@ Removed
174174
Added
175175
-----
176176

177-
* Allow execute both `aqtinst` and `python -m aqt` form.
177+
* Allow execute both 'aqtinst' and 'python -m aqt' form.
178178

179179
Changed
180180
-------
@@ -186,7 +186,7 @@ Fixed
186186
-----
187187

188188
* Update README wordings.
189-
* Remove dependency for python3 with `aqtinst` command utility.
189+
* Remove dependency for python3 with 'aqtinst' command utility.
190190
* Fix command name in help message.
191191

192192

@@ -232,8 +232,8 @@ Changed
232232

233233
* Refactoring code
234234
* Install QtSDK into (cwd)/Qt<version>/<version>/gcc_64/
235-
* Drop dependency for `requests` library
236-
* Use standard `argparser` for command line argument.
235+
* Drop dependency for `requests`_ library
236+
* Use standard `argparse`_ for command line argument.
237237

238238
Fixed
239239
=====
@@ -246,6 +246,12 @@ Fixed
246246

247247
* Fork from https://git.kaidan.im/lnj/qli-installer
248248

249+
250+
.. _py7zr: https://github.com/miurahr/py7zr
251+
.. _7zip: https://www.7-zip.org/
252+
.. _requests: https://pypi.org/project/requests
253+
.. _argparse: https://pypi.org/project/argparse/
254+
249255
.. _Unreleased: https://github.com/miurahr/qli-installer/compare/v0.5...HEAD
250256
.. _v0.5: https://github.com/miurahr/qli-installer/compare/v0.5b2...v0.5
251257
.. _v0.5b2: https://github.com/miurahr/qli-installer/compare/v0.5b1...v0.5b2

0 commit comments

Comments
 (0)