Skip to content

Commit 29d98e8

Browse files
Fix broken link in python repo (Azure#20746)
1 parent cbfacbd commit 29d98e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/dev/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Overview of the documents:
66
- [Developer Set-Up](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/dev/dev_setup.md) : How to create a development environment for this repo
77
- [Release](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/dev/release.md) : How to release a package when ready
88
- [Packaging](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/dev/packaging.md) : How to organize packaging information for packages under `azure`
9-
- [Testing](./tests.md): How to write unit and functional tests for a library
9+
- [Testing](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/dev/tests.md): How to write unit and functional tests for a library
1010
- [Docstrings and Type hints](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/dev/docstring_typehint.md): How to document an SDK for compatability with internal tools (API View) and our documentation at [MS Docs][ms_docs] and the [azure.github.io][azure_github_io] site.
1111

1212
The [mgmt](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/dev/mgmt) folder contains information specific to management packages (i.e. packages prefixed by `azure-mgmt`)

doc/dev/docstring_typehint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All public methods should have docstrings to document the parameters, keywords,
44

55
* [Docstrings](#docstrings)
66
* [Method Docstrings](#method_docstrings)
7-
* [Model and Client Docstrings](#Model_and_Client_Docstrings)
7+
* [Model and Client Docstrings](#model_and_Client_Docstrings)
88
* [Type Hints](#type_hints)
99
* [Type Hints for Python 2.7 and 3.5+](#type_hints_for_python_2.7_and_3.5+)
1010
* [Type Hints for Python 3.5+](#type_hints_for_python_3.5+)

0 commit comments

Comments
 (0)