Pre070SettingsDetectedPopup: point to master docs
This commit is contained in:
		@@ -11,7 +11,7 @@ HFlickableColumnPopup {
 | 
				
			|||||||
    property string path
 | 
					    property string path
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    readonly property string docs:
 | 
					    readonly property string docs:
 | 
				
			||||||
        "https://github.com/mirukana/mirage/tree/dev/docs"
 | 
					        "https://github.com/mirukana/mirage/tree/master/docs"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    page.footer: AutoDirectionLayout {
 | 
					    page.footer: AutoDirectionLayout {
 | 
				
			||||||
        CancelButton {
 | 
					        CancelButton {
 | 
				
			||||||
@@ -37,13 +37,13 @@ HFlickableColumnPopup {
 | 
				
			|||||||
        rightPadding: leftPadding
 | 
					        rightPadding: leftPadding
 | 
				
			||||||
        textFormat: DetailsLabel.StyledText
 | 
					        textFormat: DetailsLabel.StyledText
 | 
				
			||||||
        text: qsTr(
 | 
					        text: qsTr(
 | 
				
			||||||
            "The configuration format has changed and <i>settings.json</i> " +
 | 
					            "The configuration format has changed and settings.json " +
 | 
				
			||||||
            "is no longer supported. " +
 | 
					            "is no longer supported. " +
 | 
				
			||||||
            `Visit the <a href='${docs}'>new config documentation</a> for ` +
 | 
					            `Visit the <a href='${docs}'>new config documentation</a> for ` +
 | 
				
			||||||
            "more info.<br><br>" +
 | 
					            "more info.<br><br>" +
 | 
				
			||||||
            "This warning will stop appearing if the file " +
 | 
					            "This warning will stop appearing if the file " +
 | 
				
			||||||
            `<a href='${path}'>${path.replace(/^file:\/\//, "")}</a> is ` +
 | 
					            `<a href='${path}'>${path.replace(/^file:\/\//, "")}</a> is ` +
 | 
				
			||||||
            "renamed, removed or moved away."
 | 
					            "renamed, deleted or moved away."
 | 
				
			||||||
        )
 | 
					        )
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        MouseArea {
 | 
					        MouseArea {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user