Skip to content

Commit 98fbbfc

Browse files
committed
Update README.md
1 parent 127325c commit 98fbbfc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
# ObjectLinkCPP
44
> An object link protocol for C++ 14
55
6-
This repository contains the implementation of the [ObjectLink core protocol](https://docs.apigear.io/docs/advanced/objectlink/intro) which can be used by C++ based templates.
7-
General ApiGear documentation can be found at [docs.apigear.io](https://docs.apigear.io/)
6+
This repository contains the implementation of the [ObjectLink core protocol](https://apigear.io/docs/advanced/protocols/objectlink/intro) which can be used by C++ based templates.
7+
General ApiGear documentation can be found at [docs.apigear.io](https://apigear.io/docs)
88

99
Unit tests on Windows, MacOS, Linux: ![Unit test results](https://github.com/apigear-io/objectlink-core-cpp/actions/workflows/cmake-test.yml/badge.svg?branch=main)
1010

@@ -14,4 +14,4 @@ Unit tests on Windows, MacOS, Linux: ![Unit test results](https://github.com/api
1414
:warning: In this library we use STL classes in public interfaces.
1515

1616
* **We generally assume that this library is built from source.**
17-
* Otherwise, it has to be ensured that for each build configuration the compiler version etc. matches the one which originally built the library.
17+
* Otherwise, it has to be ensured that for each build configuration the compiler version etc. matches the one which originally built the library.

0 commit comments

Comments
 (0)