Skip to content

Commit c30ba29

Browse files
author
Caitlin Bales (MSFT)
authored
Update wiki links
1 parent 6fbd19f commit c30ba29

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

README.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -88,31 +88,30 @@ graphClient
8888
});
8989
```
9090

91-
For a general overview of how the SDK is designed, see [overview](docs/overview.md).
91+
For a general overview of how the SDK is designed, see [overview](https://github.com/microsoftgraph/msgraph-sdk-java/wiki/Overview).
9292

9393
## 4. Documentation
9494

9595
For a more detailed documentation see:
9696

97-
* [Overview](docs/overview.md)
98-
* [Extensibility](docs/extensibility.md)
99-
* [Handling Open Types, PATCH support with `null` values](docs/opentypes.md)
100-
* [Collections](docs/collections.md)
101-
* [Errors](docs/errors.md)
102-
* [Making Custom Requests](docs/custom-queries.md)
103-
* [Known Issues](docs/known-issues.md)
104-
* [Contributions](docs/contributions.md)
97+
* [Overview](https://github.com/microsoftgraph/msgraph-sdk-java/wiki/Overview)
98+
* [Extending the library](https://github.com/microsoftgraph/msgraph-sdk-java/wiki/Extending-the-Library)
99+
* [Handling Open Types, PATCH support with `null` values](https://github.com/microsoftgraph/msgraph-sdk-java/wiki/Working-with-Open-Types)
100+
* [Collections](https://github.com/microsoftgraph/msgraph-sdk-java/wiki/Working-with-Collections)
101+
* [Making Custom Requests](https://github.com/microsoftgraph/msgraph-sdk-java/wiki/Custom-Requests)
102+
* [Known Issues](https://github.com/microsoftgraph/msgraph-sdk-java/wiki/Known-Issues)
103+
* [Contributions](https://github.com/microsoftgraph/msgraph-sdk-java/blob/master/CONTRIBUTING.md)
105104

106105
## 5. Issues
107106

108107
For known issues, see [issues](https://github.com/MicrosoftGraph/msgraph-sdk-java/issues).
109108

110109
## 6. Contributions
111110

112-
The Microsoft Graph SDK is open for contribution. Please read how to contribute to this project [here](docs/contributions.md).
111+
The Microsoft Graph SDK is open for contribution. Please read how to contribute to this project [here](https://github.com/microsoftgraph/msgraph-sdk-java/blob/master/CONTRIBUTING.md).
113112

114113
## 7. Supported Java Versions
115-
The Microsoft Graph SDK for Java library is supported at runtime for Java 6+ and [Android API revision 15](http://source.android.com/source/build-numbers.html) and greater.
114+
The Microsoft Graph SDK for Java library is supported at runtime for Java 7+ and [Android API revision 15](http://source.android.com/source/build-numbers.html) and greater.
116115

117116
## 8. License
118117

0 commit comments

Comments
 (0)