change links to new upstream project name in readme & about box (#91)

This commit is contained in:
Andreas Ziegler 2017-04-02 16:13:05 +02:00 committed by PetaByteBoy // Milan Pässler
commit 100268f3b7
2 changed files with 6 additions and 6 deletions

View file

@ -29,8 +29,8 @@ define(function () {
s += "https://www.gnu.org/licenses/</a>.</p>"
s += "<p>The source code is available at "
s += "<a href=\"https://github.com/plumpudding/hopglass\">"
s += "https://github.com/plumpudding/hopglass</a>."
s += "<a href=\"https://github.com/hopglass/hopglass\">"
s += "https://github.com/hopglass/hopglass</a>."
el.innerHTML = s
}