Skip to content

Commit

Permalink
Readme: Fix outdated link
Browse files Browse the repository at this point in the history
  • Loading branch information
mikke89 committed Oct 1, 2023
1 parent a602da2 commit 1607e10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Make sure to replace the path to vcpkg. When this completes, feel free to test t

#### Conan

RmlUi is readily available from [ConanCenter](https://conan.io/center/rmlui).
RmlUi is readily available from [ConanCenter](https://conan.io/center/recipes/rmlui).


## Integrating RmlUi
Expand All @@ -125,7 +125,7 @@ Several [samples](Samples/) demonstrate everything from basic integration to mor

To ease the integration of RmlUi, the library includes [many backends](Backends/) adding support for common renderers and platforms. The following terms are used here:

- ***Renderer***: Implements the [render interface](https://mikke89.github.io/RmlUiDoc/pages/cpp_manual/interfaces/render) for a given rendering API, and provides initialization code when necessary.
- ***Renderer***: Implements the [render interface](https://mikke89.github.io/RmlUiDoc/pages/cpp_manual/interfaces/render.html) for a given rendering API, and provides initialization code when necessary.
- ***Platform***: Implements the [system interface](https://mikke89.github.io/RmlUiDoc/pages/cpp_manual/interfaces/system.html) for a given platform (operating system or window library), and adds procedures for providing input to RmlUi contexts.
- ***Backend***: Combines a renderer and a platform for a complete windowing framework sample, implementing the basic [Backend interface](Backends/RmlUi_Backend.h).

Expand Down

0 comments on commit 1607e10

Please sign in to comment.