File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ and a section ``tool.setuptools-git-versioning`` with config options:
85
85
[tool.setuptools-git-versioning]
86
86
enabled = true
87
87
88
- And check the package version generated (see :ref: `command ` help):
88
+ And check the package version generated (see `command help < https://setuptools-git-versioning.readthedocs.io/en/stable/command.html >`__ ):
89
89
90
90
.. code :: bash
91
91
@@ -115,7 +115,7 @@ and then add new argument ``setuptools_git_versioning`` with config options:
115
115
setup_requires = [" setuptools-git-versioning<2" ],
116
116
)
117
117
118
- And check the package version generated (see :ref: `command ` help):
118
+ And check the package version generated (see `command help < https://setuptools-git-versioning.readthedocs.io/en/stable/command.html >`__ ):
119
119
120
120
.. code :: bash
121
121
You can’t perform that action at this time.
0 commit comments