Skip to content

Commit 59e524f

Browse files
authored
fix / update links (#930)
1 parent a8c90ab commit 59e524f

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

.github/ISSUE_TEMPLATE/question.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Please check if you can find the answer by following these three steps below:
1919

2020
## Step 1. Check our SDK Doxygen documentation
2121

22-
You can generate the SDK HTML classes documentation [using this script](https://github.com/microsoft/cpp_client_telemetry/blob/master/tools/gen-docs.cmd).
22+
You can generate the SDK HTML classes documentation [using this script](../../tools/gen-docs.cmd).
2323

2424
## Step 2. Check our Markdown documents collection
2525

@@ -28,8 +28,9 @@ Documents describing various SDK features are [available here](https://github.co
2828
## Step 3. Learn by example
2929

3030
Clone the repo and search for clues in:
31-
- [Examples directory](https://github.com/microsoft/cpp_client_telemetry/tree/master/examples)
32-
- [API Functional tests](https://github.com/microsoft/cpp_client_telemetry/blob/master/tests/functests/APITest.cpp)
31+
32+
- [Examples directory](https://github.com/microsoft/cpp_client_telemetry/tree/main/examples)
33+
- [API Functional tests](../../tests/functests/APITest.cpp)
3334

3435
Both are good resources that showcase most of the SDK features and typical use-cases.
3536

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,10 @@ as the communication channel for both feature requests and issues.
108108

109109
This project does not accept *Public* contributions at this time.
110110

111-
**Microsoft-authorized contributors - please refer to contributing instructions [here](https://github.com/microsoft/cpp_client_telemetry_modules/blob/master/CONTRIBUTING.md).**
111+
**[Microsoft-authorized
112+
contributors](https://github.com/orgs/microsoft/teams/everyone) - please refer
113+
to contributing instructions
114+
[here](https://github.com/microsoft/cpp_client_telemetry_modules/blob/master/CONTRIBUTING.md).**
112115

113116
## Versioning
114117

@@ -118,4 +121,3 @@ This library follows [Semantic Versioning](http://semver.org/).
118121

119122
By contributing to 1DS C++ SDK repository, you agree that your contributions
120123
will be licensed under [Apache License 2.0](LICENSE).
121-

0 commit comments

Comments
 (0)