From ea31604de417ee7d06ae68c3b234988df9ffb890 Mon Sep 17 00:00:00 2001 From: Effy Elden Date: Sat, 25 Mar 2017 17:12:10 +1100 Subject: Update links in README to canonical GitHub organisation --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dd5acf5..6ff4065 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ [![Gitter chat](https://badges.gitter.im/smashing.png)](https://gitter.im/Smashing) -# [Smashing](https://github.com/dashing-io/smashing/wiki) +# [Smashing](https://github.com/Smashing/smashing/wiki) Smashing, the spiritual successor to [Dashing](https://github.com/Shopify/dashing), is a Sinatra based framework that lets you build excellent dashboards. It looks especially great on TVs. ## Community -Feel free to submit issues for bugs, new features, and enhancements in [GitHub](https://github.com/SmashingDashboard/smashing/issues). For more general questions, or help with widgets, please use the [gitter chatroom](https://gitter.im/Smashing). +Feel free to submit issues for bugs, new features, and enhancements in [GitHub](https://github.com/Smashing/smashing/issues). For more general questions, or help with widgets, please use the [gitter chatroom](https://gitter.im/Smashing). ## Installation @@ -25,7 +25,7 @@ $ bundle $ smashing start ``` -[Check out our wiki](https://github.com/SmashingDashboard/smashing/wiki). +[Check out our wiki](https://github.com/Smashing/smashing/wiki). Note: This is a fork of the Dashing project, which is no longer being maintained. Read about that [here](https://github.com/Shopify/dashing/issues/711). -- cgit v1.2.3 From 1e076c2f94a1c522a26f4a4e9332800ab4278a56 Mon Sep 17 00:00:00 2001 From: Effy Elden Date: Sat, 25 Mar 2017 17:12:45 +1100 Subject: Update template README.md to have a valid link to the Smashing GitHub pages site --- templates/project/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/project/README.md b/templates/project/README.md index d041f84..7bd2471 100644 --- a/templates/project/README.md +++ b/templates/project/README.md @@ -1 +1 @@ -Check out http://smashing.github.io/ for more information. \ No newline at end of file +Check out http://smashing.github.io/smashing for more information. -- cgit v1.2.3 From 7a6d67bd2efb56fd1d75f125184a566149a52c98 Mon Sep 17 00:00:00 2001 From: Effy Elden Date: Sat, 25 Mar 2017 17:13:42 +1100 Subject: Update gemspec to have a valid link to the Smashing GitHub pages site --- smashing.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smashing.gemspec b/smashing.gemspec index 8be031c..c8f1cb2 100644 --- a/smashing.gemspec +++ b/smashing.gemspec @@ -10,7 +10,7 @@ Gem::Specification.new do |s| s.summary = "The wonderfully excellent dashboard framework." s.description = "A framework for pulling together an overview of data that is important to your team and displaying it easily on TVs around the office. You write a bit of ruby code to gather data from some services and let Smashing handle the rest - displaying that data in a wonderfully simple layout. Built for developers and hackers, Smashing is highly customizable while maintaining humble roots that make it approachable to beginners." s.author = "Daniel Beauchamp" - s.homepage = 'http://smashing.github.io' + s.homepage = 'http://smashing.github.io/smashing' s.license = "MIT" s.files = Dir['README.md', 'javascripts/**/*', 'templates/**/*','templates/**/.[a-z]*', 'lib/**/*'] -- cgit v1.2.3