diff --git a/README.md b/README.md index abab260429..9e238a6eb3 100644 --- a/README.md +++ b/README.md @@ -199,7 +199,7 @@ The installation can be tested using the small example `HiGHS/examples/call_high The [Google Colab Example Notebook](https://colab.research.google.com/drive/1JmHF53OYfU-0Sp9bzLw-D2TQyRABSjHb?usp=sharing) also demonstrates how to call `highspy`. ### C -The C API is in `HiGHS/src/interfaces/highs_c_api.h`. It is included in the default build. For more details, check out our documentation website https://ergo-code.github.io/HiGHS/. +The C API is in `HiGHS/src/interfaces/highs_c_api.h`. It is included in the default build. For more details, check out the documentation website https://ergo-code.github.io/HiGHS/. ### CSharp