summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno P. Kinoshita <kinow@users.noreply.github.com>2017-03-25 19:32:04 +1300
committerGitHub <noreply@github.com>2017-03-25 19:32:04 +1300
commite1c1c9d1d60fcfb568252776fe90633f0e0c8bc4 (patch)
tree85834eb65575839d6218f3b4dbc76b180dfbad18
parente7e1524fc3263dd9601ef95014f12c657ade8cb3 (diff)
parent7a6d67bd2efb56fd1d75f125184a566149a52c98 (diff)
Merge pull request #53 from ineffyble/master
Fix links in documentation
-rw-r--r--README.md6
-rw-r--r--smashing.gemspec2
-rw-r--r--templates/project/README.md2
3 files changed, 5 insertions, 5 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).
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/**/*']
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.