From 100268f3b7e4d0e256331c1b8ecb0bc26aa64663 Mon Sep 17 00:00:00 2001
From: Andreas Ziegler
Date: Sun, 2 Apr 2017 16:13:05 +0200
Subject: [PATCH] change links to new upstream project name in readme & about
box (#91)
---
README.md | 8 ++++----
lib/about.js | 4 ++--
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
index ae7bba7..cf65dca 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
-[![Build Status](https://travis-ci.org/plumpudding/hopglass.svg?branch=master)](https://travis-ci.org/plumpudding/hopglass)
+[![Build Status](https://travis-ci.org/hopglass/hopglass.svg?branch=master)](https://travis-ci.org/hopglass/hopglass)
# HopGlass
-HopGlass is a frontend for the [HopGlass Server](https://github.com/plumpudding/hopglass-server).
+HopGlass is a frontend for the [HopGlass Server](https://github.com/hopglass/hopglass-server).
# Screenshots
@@ -33,7 +33,7 @@ On Mac you have to install only npm via brew and sass
Execute these commands on your server as a normal user to prepare the dependencies:
- git clone https://github.com/plumpudding/hopglass
+ git clone https://github.com/hopglass/hopglass
cd hopglass
npm install
npm install grunt-cli
@@ -52,7 +52,7 @@ Copy `config.json.example` to `build/config.json` and change it to match your co
## dataPath (string/array)
-`dataPath` can be either a string containing the address of a [HopGlass Server](https://github.com/plumpudding/hopglass-server) or an array containing multiple addresses.
+`dataPath` can be either a string containing the address of a [HopGlass Server](https://github.com/hopglass/hopglass-server) or an array containing multiple addresses.
Don't forget the trailing slash!
Also, proxying the data through a webserver will allow GZip and thus will greatly reduce bandwidth consumption.
It may help with firewall problems too.
diff --git a/lib/about.js b/lib/about.js
index 6a44b78..8005371 100644
--- a/lib/about.js
+++ b/lib/about.js
@@ -29,8 +29,8 @@ define(function () {
s += "https://www.gnu.org/licenses/.
"
s += "The source code is available at "
- s += ""
- s += "https://github.com/plumpudding/hopglass."
+ s += ""
+ s += "https://github.com/hopglass/hopglass."
el.innerHTML = s
}