mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-24 23:31:30 +00:00
Merge pull request #109 from realkinetix/fix-broken-help-links
Fix guide URL, fixes link breakages in moved docs.
This commit is contained in:
commit
a0c045b2fb
|
@ -73,7 +73,7 @@ export const defaultFavIcon = 'test';
|
||||||
export const repoUrl = 'https://github.com/LemmyNet';
|
export const repoUrl = 'https://github.com/LemmyNet';
|
||||||
export const joinLemmyUrl = 'https://join.lemmy.ml';
|
export const joinLemmyUrl = 'https://join.lemmy.ml';
|
||||||
export const supportLemmyUrl = 'https://join.lemmy.ml/sponsors';
|
export const supportLemmyUrl = 'https://join.lemmy.ml/sponsors';
|
||||||
export const helpGuideUrl = '/docs/about_guide.html';
|
export const helpGuideUrl = '/docs/about/guide.html';
|
||||||
export const markdownHelpUrl = `${helpGuideUrl}#markdown-guide`;
|
export const markdownHelpUrl = `${helpGuideUrl}#markdown-guide`;
|
||||||
export const sortingHelpUrl = `${helpGuideUrl}#sorting`;
|
export const sortingHelpUrl = `${helpGuideUrl}#sorting`;
|
||||||
export const archiveUrl = 'https://archive.is';
|
export const archiveUrl = 'https://archive.is';
|
||||||
|
|
Loading…
Reference in a new issue