Fix LICENSE links

This commit is contained in:
Corentin Le Molgat
2022-03-03 14:25:39 +01:00
parent fca3456c45
commit bca78af2a5
6 changed files with 24 additions and 24 deletions

View File

@@ -20,10 +20,10 @@ Upon decompressing the archive, you will get the following structure:
```
or-tools/
[LICENSE-2.0.txt](LICENSE-2.0.txt) <- Apache License
[README.md](README.md) <- This file
[examples/data/](examples/data) <- Data for the examples
[examples/dotnet](examples/dotnet) <- .Net examples
[LICENSE](LICENSE) <- Apache License
[README.md](README.md) <- This file
[examples/data/](examples/data) <- Data for the examples
[examples/dotnet](examples/dotnet) <- .Net examples
```
To build an example, open the folder in the command prompt and type the following commands: