diff --git a/tutorials/popup.md b/tutorials/popup.md index 5b641bf8..06ff94b3 100644 --- a/tutorials/popup.md +++ b/tutorials/popup.md @@ -152,5 +152,5 @@ This will make the popup show correctly by adding it as a child to the new `Menu ## Examples - * [`ModSettingsPopup` in Geode, which uses `Popup`](https://github.com/geode-sdk/geode/blob/main/loader/src/ui/internal/settings/ModSettingsPopup.hpp) - * [Use of `createQuickPopup` within it](https://github.com/geode-sdk/geode/blob/main/loader/src/ui/internal/settings/ModSettingsPopup.cpp#L139-L151) + * [`ModSettingsPopup` in Geode, which uses `Popup`](https://github.com/geode-sdk/geode/blob/v4.10.0/loader/src/ui/mods/settings/ModSettingsPopup.hpp) + * [Use of `createQuickPopup` within it](https://github.com/geode-sdk/geode/blob/v4.10.0/loader/src/ui/mods/settings/ModSettingsPopup.cpp#L224-L236)