changelog instead of ideditor.blog

This commit is contained in:
Milos Brzakovic
2021-08-03 20:02:37 +02:00
parent 21f42b1290
commit 021d777c9d
+2 -2
View File
@@ -52,8 +52,8 @@ export function uiSplash(context) {
.append('p')
.html(t.html('splash.text', {
version: context.version,
website: '<a target="_blank" href="http://ideditor.blog/">ideditor.blog</a>',
github: '<a target="_blank" href="https://github.com/openstreetmap/iD">github.com</a>'
website: '<a target="_blank" href="https://github.com/openstreetmap/iD/blob/develop/CHANGELOG.md#whats-new">changelog</a>',
github: '<a target="_blank" href="https://github.com/openstreetmap/iD/issues">github.com</a>'
}));
modalSection