Bug 1346622 - Add a preference for the "troubleshooting" URL and use it in the help. r=IanN
With this, the link in the help welcome page can point to the version-specific troubleshooting information directly, instead of relying on the /doc/troubleshooting server-side redirect.
This commit is contained in:
Родитель
fbc6185a8f
Коммит
06d924cadc
|
@ -488,6 +488,7 @@ pref("shell.checkDefaultClient", true);
|
||||||
pref("shell.checkDefaultApps", 3);
|
pref("shell.checkDefaultApps", 3);
|
||||||
|
|
||||||
pref("app.releaseNotesURL", "chrome://branding/locale/brand.properties");
|
pref("app.releaseNotesURL", "chrome://branding/locale/brand.properties");
|
||||||
|
pref("app.troubleshootingURL", "chrome://branding/locale/brand.properties");
|
||||||
pref("app.vendorURL", "chrome://branding/locale/brand.properties");
|
pref("app.vendorURL", "chrome://branding/locale/brand.properties");
|
||||||
|
|
||||||
// Base URL for web-based support pages.
|
// Base URL for web-based support pages.
|
||||||
|
|
|
@ -8,4 +8,5 @@ brandShorterName=SeaMonkey
|
||||||
vendorShortName=SeaMonkey e.V.
|
vendorShortName=SeaMonkey e.V.
|
||||||
sidebarName=Sidebar
|
sidebarName=Sidebar
|
||||||
app.releaseNotesURL=https://www.seamonkey-project.org/releases/seamonkey%VERSION%/
|
app.releaseNotesURL=https://www.seamonkey-project.org/releases/seamonkey%VERSION%/
|
||||||
|
app.troubleshootingURL=https://www.seamonkey-project.org/releases/seamonkey%VERSION%/#troubleshooting
|
||||||
app.vendorURL=https://www.seamonkey-project.org/
|
app.vendorURL=https://www.seamonkey-project.org/
|
||||||
|
|
|
@ -48,7 +48,7 @@
|
||||||
|
|
||||||
<tr valign="top">
|
<tr valign="top">
|
||||||
<td>
|
<td>
|
||||||
<p><strong><a href="http://www.seamonkey-project.org/doc/troubleshooting">Troubleshooting</a></strong></p>
|
<p><strong><a href="x-moz-url-link:app.troubleshootingURL">Troubleshooting</a></strong></p>
|
||||||
|
|
||||||
<p>Answers to some of the most frequently encountered problems.</p>
|
<p>Answers to some of the most frequently encountered problems.</p>
|
||||||
</td>
|
</td>
|
||||||
|
|
Загрузка…
Ссылка в новой задаче