Skip to content

Commit 45907c8

Browse files
committed
Update documentation and license notes in README
1 parent 73ccc86 commit 45907c8

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

README.md

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ you accept the terms of this agreement.
1919

2020
A copy of the license agreement is stored at `share/doc/gurobi/EULA.pdf` in the
2121
installed artifact. Copies of the licenses of third-party software used in the
22-
Gurobi libraries are provided in `share/doc/gurobi/refman/copyright_notices_for_3rd_.html`
23-
in the installed artifact, which is located at `Gurobi_jll.artifact_dir`.
22+
Gurobi libraries are provided in `info/licenses/thirdparty` in the installed
23+
artifact, which is located at `Gurobi_jll.artifact_dir`.
2424

2525
The underlying solver is a closed-source commercial product for which you must
2626
[purchase a license](https://www.gurobi.com).
@@ -43,13 +43,6 @@ The code bindings within this package are autogenerated from the following
4343
* `ExecutableProduct`: `gurobi_cl`
4444
* `ExecutableProduct`: `grbgetkey`
4545

46-
## Documentationn
46+
## Documentation
4747

48-
Use `Gurobi_jll.open_documentation()` to open a local copy of the Gurobi
49-
documentation in your browser.
50-
51-
```julia
52-
julia> import Gurobi_jll
53-
54-
julia> Gurobi_jll.open_documentation()
55-
```
48+
Visit https://docs.gurobi.com/ for the documentation of Gurobi Optimizer.

0 commit comments

Comments
 (0)