Skip to content

Commit 5601f50

Browse files
Adjusts Links for Bower Repo Name Update
1 parent cccbecc commit 5601f50

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@ Not much goin’ on here in terms of bulk. As you can see, Typeplate is just
1616
- Raw CSS = **11kb**
1717

1818
## § Docs
19-
You'll “[find our documentation here](https://github.com/typeplate/typeplate-bower/blob/master/README.md)”. This document includes all the required instructions to get started with Typeplate.
19+
You'll “[find our documentation here](https://github.com/typeplate/bower/blob/master/README.md)”. This document includes all the required instructions to get started with Typeplate.
2020

2121
## § Contributing & Issues
2222

23-
If you would like to contribute to the core of the Typeplate project and not to our main site please make sure you're submitting changes, patches and issues to our [main project repository](https://github.com/typeplate/typeplate-bower).
23+
If you would like to contribute to the core of the Typeplate project and not to our main site please make sure you're submitting changes, patches and [issues](https://github.com/typeplate/bower/issues) to our [main project repository](https://github.com/typeplate/bower).
2424

2525
## § Getting Started
2626

2727
* Make sure you have a [GitHub account](https://github.com/signup/free)
2828
* Clearly describe an issue including steps to reproduce when it's a bug.
29-
* Fork [this](https://github.com/typeplate/typeplate-bower) repository.
29+
* Fork [this](https://github.com/typeplate/bower) repository.
3030

3131
## § Making Changes
3232

@@ -96,7 +96,7 @@ You can always check if the correct Gems are installed by running the bash comma
9696

9797
§ **Compiling** : JavaScript, Sass and Compass
9898

99-
In order to compile our projects stylesheets and scripts we use [Grunt](http://gruntjs.com) which is platform independent JavaScript task runner. To start using Grunt run ``npm install`` from the project's root directory. If you're still curious how to use Grunt then feel free to leave us a comment in our project's [Issue Tracker](https://github.com/typeplate/typeplate.github.com/issues).
99+
In order to compile our projects stylesheets and scripts we use [Grunt](http://gruntjs.com) which is platform independent JavaScript task runner. To start using Grunt run ``npm install`` from the project's root directory. If you're still curious how to use Grunt then feel free to leave us a comment in our project's [Issue Tracker](https://github.com/typeplate/bower/issues).
100100

101101
§ **Grunt Tasks** :
102102

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,18 +45,18 @@
4545

4646
<nav class="downloads nav">
4747
<div class="col-wrap">
48-
<a href="https://raw2.github.com/typeplate/typeplate-bower/master/css/typeplate.css" data-name="CSS Port" class="dl-item btn">
48+
<a href="https://raw2.github.com/typeplate/bower/master/css/typeplate.css" data-name="CSS Port" class="dl-item btn">
4949
<i class="icon-download"></i>CSS
5050
<hr>
5151
<small>v1.1.2 | 11kb</small>
5252
</a>
53-
<a href="https://raw.github.com/typeplate/typeplate-bower/master/scss/typeplate-scss.zip" data-name="Sass Port" class="dl-item btn">
53+
<a href="https://raw.github.com/typeplate/bower/master/scss/typeplate-scss.zip" data-name="Sass Port" class="dl-item btn">
5454
<i class="icon-download"></i>Sass
5555
<hr>
5656
<small>v1.1.2 | 3kb</small>
5757
</a>
5858

59-
<a href="https://github.com/typeplate/typeplate-bower" data-name="Bower Package" class="dl-item btn">
59+
<a href="https://github.com/typeplate/bower" data-name="Bower Package" class="dl-item btn">
6060
<i class="icon-download"></i>Bower Pkg.
6161
<hr>
6262
<small>v1.1.2</small>

0 commit comments

Comments
 (0)