diff options
author | Lior Kaplan <kaplanlior@gmail.com> | 2011-11-29 01:58:28 +0200 |
---|---|---|
committer | Lior Kaplan <kaplanlior@gmail.com> | 2011-11-29 01:58:28 +0200 |
commit | 3a0e84426bfab5787abda96162fe1d06d4a2ec38 (patch) | |
tree | 8febc87b7605d8fc5f66ed1f823223115b7fa28e /cui | |
parent | 61edefc8c862c94750e172c3f7d7b86379a2b862 (diff) |
credits.html redirects to about-us/credits/, lets not depend on a rewrite rule in the website
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/dialogs/about.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/dialogs/about.src b/cui/source/dialogs/about.src index 5ad35acc4e90..8ee486228b9d 100644 --- a/cui/source/dialogs/about.src +++ b/cui/source/dialogs/about.src @@ -94,7 +94,7 @@ ModalDialog RID_DEFAULTABOUT }; String ABOUT_STR_LINK { - Text[ en-US ] = "http://www.libreoffice.org/credits.html"; + Text[ en-US ] = "http://www.libreoffice.org/about-us/credits/"; }; String ABOUT_STR_BUILD { |