diff --git a/src/gui/Popups/Pre070SettingsDetectedPopup.qml b/src/gui/Popups/Pre070SettingsDetectedPopup.qml
index 4c2309b8..6937a1d5 100644
--- a/src/gui/Popups/Pre070SettingsDetectedPopup.qml
+++ b/src/gui/Popups/Pre070SettingsDetectedPopup.qml
@@ -11,7 +11,7 @@ HFlickableColumnPopup {
property string path
readonly property string docs:
- "https://github.com/mirukana/mirage/tree/dev/docs"
+ "https://github.com/mirukana/mirage/tree/master/docs"
page.footer: AutoDirectionLayout {
CancelButton {
@@ -37,13 +37,13 @@ HFlickableColumnPopup {
rightPadding: leftPadding
textFormat: DetailsLabel.StyledText
text: qsTr(
- "The configuration format has changed and settings.json " +
+ "The configuration format has changed and settings.json " +
"is no longer supported. " +
`Visit the new config documentation for ` +
"more info.
" +
"This warning will stop appearing if the file " +
`${path.replace(/^file:\/\//, "")} is ` +
- "renamed, removed or moved away."
+ "renamed, deleted or moved away."
)
MouseArea {