diff --git a/README.md b/README.md index 1f0d4535a..5d5878ca3 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ You can ask for help in: * David Capello [davidcapello@gmail.com](mailto:davidcapello@gmail.com)
Programmer, designer, and maintainer.
- http://dacap.com.ar/ + http://davidcapello.com/ * Ilija Melentijevic
New GUI skin for Aseprite v0.8. A lot of good ideas.
http://ilkke.blogspot.com/
diff --git a/src/app/commands/cmd_about.cpp b/src/app/commands/cmd_about.cpp index a557873d2..79b9f5c39 100644 --- a/src/app/commands/cmd_about.cpp +++ b/src/app/commands/cmd_about.cpp @@ -43,7 +43,7 @@ void AboutCommand::onExecute(Context* context) Label* subtitle = new Label("Animated sprite editor && pixel art tool"); Separator* authors_separator1 = new Separator("Authors:", JI_HORIZONTAL | JI_TOP); Separator* authors_separator2 = new Separator("", JI_HORIZONTAL); - Label* author1 = new LinkLabel("http://dacap.com.ar/", "David Capello"); + Label* author1 = new LinkLabel("http://davidcapello.com/", "David Capello"); Label* author1_desc = new Label("- Lead developer, graphics && maintainer"); Label* author2 = new LinkLabel("http://ilkke.blogspot.com/", "Ilija Melentijevic"); Label* author2_desc = new Label("- Default skin && graphics introduced in v0.8");