1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-20 04:45:45 +01:00

s/dactyl.sf.net/5digits.org/g

This commit is contained in:
Kris Maglione
2012-04-05 02:24:12 -04:00
parent 2685ece08f
commit c4f4a30c6f
7 changed files with 9 additions and 9 deletions

View File

@@ -403,11 +403,11 @@ var ConfigBase = Class("ConfigBase", {
dtdDactyl: memoize({
get name() config.name,
get home() "http://dactyl.sourceforge.net/",
get home() "http://5digits.org/",
get apphome() this.home + this.name,
code: "http://code.google.com/p/dactyl/",
get issues() this.home + "bug/" + this.name,
get plugins() "http://dactyl.sf.net/" + this.name + "/plugins",
get plugins() "http://5digits.org/" + this.name + "/plugins",
get faq() this.home + this.name + "/faq",
"list.mailto": Class.Memoize(function () config.name + "@googlegroups.com"),