Skip to content

Commit

Permalink
Update website
Browse files Browse the repository at this point in the history
  • Loading branch information
kovzol committed Mar 16, 2020
1 parent b35d389 commit 67faf3b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion doc/XaoS.lsm
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Author: [email protected] (Jan Hubicka)
[email protected] (Thomas Marsh)
Maintained-by: [email protected] (Zoltan Kovacs)
[email protected] (J.B. Langston)
Primary-site: xaos.sf.net
Primary-site: https://xaos-project.github.io
Platform: GNU/Linux or any UNIX with X11 and ANSI C compiler,
Microsoft Windows (95, 98, XP), Mac OS X
Copying-policy: GNU GENERAL PUBLIC LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/ui/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ static void ui_about(struct uih_context *uih)
window = reinterpret_cast<MainWindow *>(uih->data);
QMessageBox::about(
window, TR("Menu", "About"),
"<a href=\"http://xaos.sf.net\">" +
"<a href=\"https://xaos-project.github.io/\">" +
QCoreApplication::applicationName() + "</a> " +
QCoreApplication::applicationVersion() + " (" +
QSysInfo::kernelType() + " " +
Expand Down
6 changes: 3 additions & 3 deletions tutorial/render.xaf
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
animated tutorial
\"An introduction to fractals\"

See http://xaos.sf.net
for next 8 chapters.")
See https://xaos-project.github.io/
for the 8 chapters.")
(textsleep)
(text "Rendered by
XaoS - a real-time fractal zoomer

XaoS is free software. Download it from:
http://xaos.sf.net
https://xaos-project.github.io/
to see the whole tutorial calculated in
realtime at much higher quality.")
(textsleep)
Expand Down

0 comments on commit 67faf3b

Please sign in to comment.