Skip to content

Commit

Permalink
Fix eframe changelog links to other changelogs (emilk#1146)
Browse files Browse the repository at this point in the history
Links to the changelogs of egui_web, egui-winit, and egui_glium were broken and led to a 404, fixed them by adding "../"
  • Loading branch information
AnimePenguin authored Jan 22, 2022
1 parent 462f181 commit dba9492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eframe/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog for eframe
All notable changes to the `eframe` and `epi` crates.

NOTE: [`egui_web`](egui_web/CHANGELOG.md), [`egui-winit`](egui-winit/CHANGELOG.md), [`egui_glium`](egui_glium/CHANGELOG.md), and [`egui_glow`](egui_glow/CHANGELOG.md) have their own changelogs!
NOTE: [`egui_web`](../egui_web/CHANGELOG.md), [`egui-winit`](../egui-winit/CHANGELOG.md), [`egui_glium`](../egui_glium/CHANGELOG.md), and [`egui_glow`](../egui_glow/CHANGELOG.md) have their own changelogs!


## Unreleased
Expand Down

0 comments on commit dba9492

Please sign in to comment.