Skip to content

Commit

Permalink
Reddiquette links (#5532)
Browse files Browse the repository at this point in the history
* Update commentTools.js

update reddiquette URL

* update rediquette links from redirect landing page
  • Loading branch information
billythekid authored Sep 19, 2024
1 parent 15c04de commit a735b44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/core/migrate/migrate.js
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ const migrations = [

await Migrators.forceUpdateOption('commentTools', 'macros', value =>
[
['reddiquette', '[reddiquette](/wiki/reddiquette) '],
['reddiquette', '[reddiquette](https://support.reddithelp.com/hc/articles/205926439-Reddiquette) '],
['Promote RES', '[Reddit Enhancement Suite](https://redditenhancementsuite.com "also /r/Enhancement") '],
['Current timestamp', '{{now}} '],
...(value || []),
Expand Down
2 changes: 1 addition & 1 deletion lib/modules/commentTools.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ module.options = {
type: 'keycode',
}],
value: ([
['reddiquette', '[reddiquette](/wiki/reddiquette) ', undefined, undefined],
['reddiquette', '[reddiquette](https://support.reddithelp.com/hc/articles/205926439-Reddiquette) ', undefined, undefined],
['Promote RES', '[Reddit Enhancement Suite](https://redditenhancementsuite.com "also /r/Enhancement") ', undefined, undefined],
['Current timestamp', '{{now}} ', undefined, undefined],
]: Array<[string, string, string | void, KeyArray | void]>),
Expand Down

0 comments on commit a735b44

Please sign in to comment.