Skip to content

Commit cfdc63c

Browse files
committed
- removes wiki links from the markdown documents to prepare for wiki disable
1 parent 1aa6f0a commit cfdc63c

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ If major functionality is being added, or there will need to be gestation time f
2222
Revisions of this nature will result in a 0.X.X change of the version number.
2323

2424
## Submit pull requests for model or request files
25-
You can revise code in the extension folders of these folders. See [Extending the Library](https://github.com/microsoftgraph/msgraph-sdk-java/wiki/Extending-the-Library) for more information on how to work with the generated parts of the library.
25+
26+
All the code of the current repository is being generated automatically by the [SDK generator](https://github.com/microsoftgraph/MSGraph-SDK-Code-Generator/) in which any change must be reflected.
2627

2728
## Add yourself as a contributor
2829

README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -86,18 +86,14 @@ graphClient
8686
});
8787
```
8888

89-
For a general overview of how the SDK is designed, see [overview](https://github.com/microsoftgraph/msgraph-sdk-java/wiki/Overview).
90-
9189
## 4. Documentation
9290

9391
For more detailed documentation, see:
9492

95-
* [Overview](https://github.com/microsoftgraph/msgraph-sdk-java/wiki/Overview)
96-
* [Extending the library](https://github.com/microsoftgraph/msgraph-sdk-java/wiki/Extending-the-Library)
97-
* [Handling Open Types, PATCH support with `null` values](https://github.com/microsoftgraph/msgraph-sdk-java/wiki/Working-with-Open-Types)
98-
* [Collections](https://github.com/microsoftgraph/msgraph-sdk-java/wiki/Working-with-Collections)
99-
* [Making custom requests](https://github.com/microsoftgraph/msgraph-sdk-java/wiki/Custom-Requests)
100-
* [Known issues](https://github.com/microsoftgraph/msgraph-sdk-java/wiki/Known-Issues)
93+
* [Overview](https://docs.microsoft.com/graph/overview)
94+
* [Collections](https://docs.microsoft.com/graph/sdks/paging)
95+
* [Making requests](https://docs.microsoft.com/graph/sdks/create-requests)
96+
* [Known issues](https://github.com/MicrosoftGraph/msgraph-sdk-java/issues)
10197
* [Contributions](https://github.com/microsoftgraph/msgraph-sdk-java/blob/master/CONTRIBUTING.md)
10298

10399
## 5. Issues

0 commit comments

Comments
 (0)