diff --git a/ortools/dotnet/README.md b/ortools/dotnet/README.md index f245a9715d..2ee8830810 100644 --- a/ortools/dotnet/README.md +++ b/ortools/dotnet/README.md @@ -16,7 +16,7 @@ This project aim to explain how you build a .Net native (for win-x64, linux-x64 * [Building a Complete Google.OrTools Package](#building-complete-googleortools-package) * [Examples](#examples) * [Appendices](#appendices) - * [Ressources](#ressources) + * [Resources](#resources) * [Issues](#issues) * [Misc](#misc) @@ -233,7 +233,7 @@ The F# example folder shows how to compile against the typical .NET Framework in # Appendices Few links on the subject... -## Related Issues +## Resources Some issue related to this process * [Nuget needs to support dependencies specific to target runtime #1660](https://github.com/NuGet/Home/issues/1660) * [Improve documentation on creating native packages #238](https://github.com/NuGet/docs.microsoft.com-nuget/issues/238) diff --git a/ortools/java/README.md b/ortools/java/README.md index ec921a9add..0819ed544e 100644 --- a/ortools/java/README.md +++ b/ortools/java/README.md @@ -16,7 +16,7 @@ and few [POM.xml](http://maven.apache.org/pom.html). * [Building a Local Package](#building-local-package) * [Testing the Local Package](#testing-local-package) * [Appendices](#appendices) - * [Ressources](#ressources) + * [Resources](#resources) * [Misc](#misc) ## Requirement @@ -162,7 +162,7 @@ mvn exec:java Few links on the subject... -### Ressources +### Resources * [POM.xml reference](http://maven.apache.org/pom.html) * [Maven Central POM requirement](https://central.sonatype.org/pages/requirements.html) diff --git a/ortools/python/README.md b/ortools/python/README.md index b41f072c2e..71cb291a8b 100644 --- a/ortools/python/README.md +++ b/ortools/python/README.md @@ -13,7 +13,7 @@ This project aim to explain how you build a Python native wheel package using * [Local Package](#local-package) * [Building a native Package](#building-local-native-package) * [Appendices](#appendices) - * [Ressources](#ressources) + * [Resources](#resources) * [Misc](#misc) ## Requirement @@ -83,7 +83,7 @@ to study their layout. Few links on the subject... -### Ressources +### Resources * [Packaging Python Project](https://packaging.python.org/tutorials/packaging-projects/) * [PEP 513 -- A Platform Tag for Portable Linux Built Distributions](https://www.python.org/dev/peps/pep-0513/)