Skip to content

Commit 17b2488

Browse files
Make README.rst links absolute (#90)
* README.rst use absolute paths * Fix absolute paths
1 parent afa0b7e commit 17b2488

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@ For users of the older mssql_cli 0.0.3, please specifically download 0.0.3 as th
7272

7373
.. _mssql-cli: https://github.com/dbcli/mssql-cli
7474
.. _dbcli.org community: https://github.com/dbcli
75-
.. _installation guide: doc/installation_guide.md
76-
.. _development guide: doc/development_guide.md
77-
.. _usage guide: doc/usage_guide.md
78-
.. _telemetry guide: doc/telemetry_guide.md
75+
.. _installation guide: https://github.com/dbcli/mssql-cli/tree/master/doc/installation_guide.md
76+
.. _development guide: https://github.com/dbcli/mssql-cli/tree/master/doc/development_guide.md
77+
.. _usage guide: https://github.com/dbcli/mssql-cli/tree/master/doc/usage_guide.md
78+
.. _telemetry guide: https://github.com/dbcli/mssql-cli/tree/master/doc/telemetry_guide.md
7979
.. _Issues: https://github.com/dbcli/mssql-cli/issues
8080
.. _Microsoft Open Source Code of Conduct: https://opensource.microsoft.com/codeofconduct/
8181
.. _Code of Conduct FAQ: https://opensource.microsoft.com/codeofconduct/faq/

0 commit comments

Comments
 (0)