Skip to content

Commit e144a48

Browse files
committed
1 parent d228989 commit e144a48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ also be used to extract solution data and perform other operations relating to
5050
the incumbent model. The basic functionality is introduced via a [`Guide`](@ref guide-basic),
5151
with links to examples of its use in the `Python` interface `highspy`. This makes use of the C++
5252
structures and enums, and is as close as possible to the native C++ library
53-
calls. These can be studied via the [C++ header file](https://github.com/ERGO-Code/HiGHS/blob/master/highs/Highs.h).
53+
calls. These can be studied via the [C++ header file](https://github.com/ERGO-Code/HiGHS/blob/master/src/Highs.h).
5454

5555
The C interface cannot make use of the C++ structures and enums, and its methods are documented [explicitly](@ref c-api).
5656

docs/src/interfaces/cpp/library.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
The HiGHS library is defined in the [`highs/Highs.h`](https://github.com/ERGO-Code/HiGHS/blob/master/highs/Highs.h) header file. It contains the definition of the methods and members of the class.
1+
The HiGHS library is defined in the [`highs/Highs.h`](https://github.com/ERGO-Code/HiGHS/blob/master/src/Highs.h) header file. It contains the definition of the methods and members of the class.
22

33
## Define model
44

0 commit comments

Comments
 (0)