Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/website/.pages
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ nav:
- getting-started
- concepts
- examples
- design
- FAQ.md
- advanced
- release-notes
- API-reference
2 changes: 1 addition & 1 deletion doc/website/getting-started/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ general, as it often leads to unnecessary latency and wake-ups without data. An
is to wait for user-defined events to occur. This is provided by our `WaitSet` and `Listener` which are introduced in
the following sections.

![Polling alternatives](/images/avoid-polling.svg)
![Polling alternatives](../images/avoid-polling.svg)

### WaitSet

Expand Down
1 change: 0 additions & 1 deletion doc/website/release-notes/.pages
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
nav:
- iceoryx-unreleased.md
- iceoryx-v2-0-0.md
- iceoryx-v1-0-2.md
- iceoryx-v1-0-1.md
Expand Down
2 changes: 1 addition & 1 deletion doc/website/release-notes/iceoryx-v2-0-0.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# iceoryx v2.0.0

## [v2.0.0](https://github.com/eclipse-iceoryx/iceoryx/tree/v2.0.0) (2022-02-28)
## [v2.0.0](https://github.com/eclipse-iceoryx/iceoryx/tree/v2.0.0) (2022-03-14)

[Full Changelog](https://github.com/eclipse-iceoryx/iceoryx/compare/v1.0.2...v2.0.0)

Expand Down