Skip to content

Commit f132b4b

Browse files
committed
rename refs mypaint.org -> mypaint.app
Also use hugo ref to link to pages within site Signed-off-by: Aesara Binder <[email protected]>
1 parent bbcd436 commit f132b4b

File tree

19 files changed

+30
-30
lines changed

19 files changed

+30
-30
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# MyPaint Website
2-
This repository holds the page data for [mypaint.org][mypaint]. It uses the [Hugo][hugo]
2+
This repository holds the page data for [www.mypaint.app][mypaint]. It uses the [Hugo][hugo]
33
static site generator and [Dart Sass][sass].
44

55
The official MyPaint website repository is hosted on [GitHub][website]. The theme
66
is hosted [here][website-theme].
77

88
[**Start contributing to the website**][website-docs]
99

10-
[mypaint]: https://mypaint.org
10+
[mypaint]: https://www.mypaint.app
1111
[hugo]: https://gohugo.io
1212
[sass]: https://sass-lang.com/dart-sass
1313
[website]: https://github.com/mypaint/website

config/_default/hugo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
title = "MyPaint"
2-
baseURL = 'https://mypaint.org/'
2+
baseURL = 'https://www.mypaint.app/'
33
theme = "mypaint"
44
defaultContentLanguage = 'en'
55
defaultContentLanguageInSubdir = true

config/_default/menus.en.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
identifier = 'communitypage'
2121
name = 'Community'
2222
title = "MyPaint's community forums"
23-
url = 'https://community.mypaint.org'
23+
url = 'https://community.mypaint.app'
2424
weight = 40
2525
[[main]]
2626
identifier = 'donatepage'

config/_default/menus.es.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
identifier = 'communitypage'
2121
name = 'Community'
2222
title = "MyPaint's community forums"
23-
url = 'https://community.mypaint.org'
23+
url = 'https://community.mypaint.app'
2424
weight = 40
2525
[[main]]
2626
identifier = 'donatepage'

config/_default/menus.fr.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
identifier = 'communitypage'
2121
name = 'Community'
2222
title = "MyPaint's community forums"
23-
url = 'https://community.mypaint.org'
23+
url = 'https://community.mypaint.app'
2424
weight = 40
2525
[[main]]
2626
identifier = 'donatepage'

config/_default/menus.ja.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
identifier = 'communitypage'
2121
name = 'Community'
2222
title = "MyPaint's community forums"
23-
url = 'https://community.mypaint.org'
23+
url = 'https://community.mypaint.app'
2424
weight = 40
2525
[[main]]
2626
identifier = 'donatepage'

config/_default/params.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ rolling = "https://ci.appveyor.com/project/achadwick/mypaint"
2929
[social]
3030
DeviantArt = "http://mypaint.deviantart.com/"
3131
Discord = "https://discord.gg/TzCbFSCdwf"
32-
Discourse = "https://community.mypaint.org/"
32+
Discourse = "https://community.mypaint.app/"
3333
github = "https://github.com/mypaint"
3434
Mastodon = "https://mastodon.art/@MyPaint"
3535
YouTube = "https://www.youtube.com/@MyPaintApp"

package.hugo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"files": [
1313
"public/"
1414
],
15-
"homepage": "https://www.mypaint.org",
15+
"homepage": "https://www.mypaint.app",
1616
"license": "SEE LICENSE IN README.md",
1717
"name": "mypaint-website",
1818
"private": true,

pages/blog/2010/10-11-mypaint-0-9-0-beta1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ be out in between 2 and 4 weeks time.
1515
We are now in string freeze for MyPaint 0.9.0, which means that it is time to do
1616
translations. We could always need more help with this, especially for supporting
1717
new languages. In addition we are in need of people who would like to write documentation.
18-
If you want to help out, please [get in touch with us](http://mypaint.org/about/).
18+
If you want to help out, please [get in touch with us]({{< ref "/#socials" >}}).
1919

pages/blog/2015/11-21-mypaint-1.2.0-beta-3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ initialization race condition (mypaint/mypaint#485)
2424
a workaround.
2525
- The real fix for a bad translation is to **get involved**, and contribute
2626
your time and knowledge to make a [**better translation**](https://hosted.weblate.org/engage/mypaint/)!
27-
- It's really easy to get translating: [How to contribute better translations to MyPaint](http://mypaint.org/blog/2015/11/21/final-translation-push-for-1-2-0/)
27+
- It's really easy to get translating: [How to contribute better translations to MyPaint]({{< ref "/blog/2015/11-21-final-translation-push-for-1-2-0" >}})
2828
- Reposition Layer is now in the layer context menu in the layers panel (mypaint/mypaint#489)
2929
- Fix an annoying bug in the accelerator map editor (mypaint/mypaint#497)
3030
- Assorted Windows build fixes.

0 commit comments

Comments
 (0)