Skip to content

Commit 4407503

Browse files
committed
chore: batch update urls + fix travis badge
1 parent ad543e0 commit 4407503

File tree

5 files changed

+30
-30
lines changed

5 files changed

+30
-30
lines changed

CHANGELOG.md

+17-17
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,22 @@
66

77
## 1.0.0-rc.13
88

9-
* Fixed an issue with empty documented items ([#84](https://github.com/SassDoc/SassDoc/issues/84))
10-
* Normalized description in annotations ([#81](https://github.com/SassDoc/SassDoc/issues/81))
11-
* Made requiring a variable less error-prone ([#74](https://github.com/SassDoc/SassDoc/issues/74))
9+
* Fixed an issue with empty documented items ([#84](https://github.com/SassDoc/sassdoc/issues/84))
10+
* Normalized description in annotations ([#81](https://github.com/SassDoc/sassdoc/issues/81))
11+
* Made requiring a variable less error-prone ([#74](https://github.com/SassDoc/sassdoc/issues/74))
1212

1313
## 1.0.0-rc.12
1414

15-
* Fixed minor issues when parsing `@param` ([#59](https://github.com/SassDoc/SassDoc/issues/59), [#60](https://github.com/SassDoc/SassDoc/issues/60), [#62](https://github.com/SassDoc/SassDoc/issues/62))
16-
* Fixed an issue with `@import` being parsed ([#73](https://github.com/SassDoc/SassDoc/issues/73))
17-
* Added language detection to `@example` ([#54](https://github.com/SassDoc/SassDoc/issues/54))
18-
* Major style changes ([#65](https://github.com/SassDoc/SassDoc/issues/65))
19-
* Improved view structure
15+
* Fixed minor issues when parsing `@param` ([#59](https://github.com/SassDoc/sassdoc/issues/59), [#60](https://github.com/SassDoc/sassdoc/issues/60), [#62](https://github.com/SassDoc/sassdoc/issues/62))
16+
* Fixed an issue with `@import` being parsed ([#73](https://github.com/SassDoc/sassdoc/issues/73))
17+
* Added language detection to `@example` ([#54](https://github.com/SassDoc/sassdoc/issues/54))
18+
* Major style changes ([#65](https://github.com/SassDoc/sassdoc/issues/65))
19+
* Improved view structure
2020
* Improved DOM structure
2121
* Improved SCSS structure
22-
* Added Grunt ([#55](https://github.com/SassDoc/SassDoc/issues/55))
22+
* Added Grunt ([#55](https://github.com/SassDoc/sassdoc/issues/55))
2323
* Removed Makefile
24-
* Added Travis ([#63](https://github.com/SassDoc/SassDoc/issues/63))
24+
* Added Travis ([#63](https://github.com/SassDoc/sassdoc/issues/63))
2525

2626
## 1.0.0-rc.11
2727

@@ -34,9 +34,9 @@
3434

3535
## 1.0.0-rc.10
3636

37-
* Added a footer ([#57](https://github.com/SassDoc/SassDoc/issues/57))
37+
* Added a footer ([#57](https://github.com/SassDoc/sassdoc/issues/57))
3838
* Changed the structure of `view.json`
39-
* Added license (MIT) ([#58](https://github.com/SassDoc/SassDoc/issues/58))
39+
* Added license (MIT) ([#58](https://github.com/SassDoc/sassdoc/issues/58))
4040

4141
## 1.0.0-rc.9
4242

@@ -45,7 +45,7 @@
4545
* Authorized markdown on `@author`
4646
* Added a favicon
4747
* Fixed tiny typo in console warning
48-
* Added anchor to each item ([#56](https://github.com/SassDoc/SassDoc/issues/56))
48+
* Added anchor to each item ([#56](https://github.com/SassDoc/sassdoc/issues/56))
4949

5050
## 1.0.0-rc.8
5151

@@ -57,9 +57,9 @@
5757
## 1.0.0-rc.7
5858

5959
* Fixed an issue where links were not displayed
60-
* Added `--version` option ([#51](https://github.com/SassDoc/SassDoc/issues/51))
60+
* Added `--version` option ([#51](https://github.com/SassDoc/sassdoc/issues/51))
6161
* Improved Sass and Swig structure
62-
* Improved the way we display `@deprecated` ([#50](https://github.com/SassDoc/SassDoc/issues/50))
62+
* Improved the way we display `@deprecated` ([#50](https://github.com/SassDoc/sassdoc/issues/50))
6363

6464
## 1.0.0-rc.6
6565

@@ -104,7 +104,7 @@
104104

105105
## 0.4.0
106106

107-
* Added a way to impact the view with `view.json`
107+
* Added a way to impact the view with `view.json`
108108

109109
## 0.3.9
110110

@@ -153,4 +153,4 @@
153153

154154
## 0.1.0
155155

156-
* Initial commit
156+
* Initial commit

LICENSE.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2014 Team Sass
3+
Copyright (c) 2014 SassDoc
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of
66
this software and associated documentation files (the "Software"), to deal in
@@ -17,4 +17,4 @@ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1717
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1818
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1919
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
20-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
20+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SassDoc [![NPM version](https://badge.fury.io/js/sassdoc.svg)](http://badge.fury.io/js/sassdoc) [![Build Status](https://travis-ci.org/SassDoc/SassDoc.svg?branch=master)](https://travis-ci.org/SassDoc/SassDoc)
1+
# SassDoc [![NPM version](https://badge.fury.io/js/sassdoc.svg)](http://badge.fury.io/js/sassdoc) [![Build Status](https://travis-ci.org/SassDoc/sassdoc.svg?branch=master)](https://travis-ci.org/SassDoc/sassdoc)
22

33
Like JSDoc, but for Sass files.
44

@@ -38,7 +38,7 @@ Also, inline comments are not parsed (`//`).
3838
*
3939
* @todo Nothing. It's awesome.
4040
*
41-
* @link https://github.com/HugoGiraudel/SassDoc SassDoc
41+
* @link https://github.com/SassDoc/sassdoc SassDoc
4242
*
4343
* @type Bool
4444
*/
@@ -60,7 +60,7 @@ npm install -g sassdoc-cli
6060

6161
### Grunt
6262

63-
See [grunt-sassdoc](https://github.com/pascalduez/grunt-sassdoc).
63+
See [grunt-sassdoc](https://github.com/SassDoc/grunt-sassdoc).
6464

6565
## Usage
6666

@@ -120,7 +120,7 @@ sassdoc.documentize(source, dest, config);
120120

121121
## Documentation
122122

123-
See [Wiki](https://github.com/HugoGiraudel/SassDoc/wiki/Documentation).
123+
See [Wiki](https://github.com/SassDoc/sassdoc/wiki/Documentation).
124124

125125
## Pass extra variables to the view
126126

@@ -170,4 +170,4 @@ The package object (either direct or required) should ideally contain:
170170

171171
With huge contributions from:
172172

173-
* [Pascal Duez](https://twitter.com/pascalduez)
173+
* [Pascal Duez](https://twitter.com/pascalduez)

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@
1414
},
1515
"repository": {
1616
"type": "git",
17-
"url": "https://github.com/SassDoc/SassDoc"
17+
"url": "https://github.com/SassDoc/sassdoc"
1818
},
19-
"homepage": "https://github.com/SassDoc/SassDoc",
19+
"homepage": "https://github.com/SassDoc/sassdoc",
2020
"keywords": [
2121
"sass",
2222
"scss",
2323
"doc",
2424
"jsdoc"
2525
],
2626
"bugs": {
27-
"url": "https://github.com/SassDoc/SassDoc/issues"
27+
"url": "https://github.com/SassDoc/sassdoc/issues"
2828
},
2929
"main": "src/api.js",
3030
"dependencies": {

view/templates/includes/partials/footer.html.swig

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<!-- License -->
1717
{% if package.license %}
18-
<span class="project-info__license">, under
18+
<span class="project-info__license">, under
1919
{% if package.license.type %}
2020
{% if package.license.url %}
2121
<a href="{{ package.license.url }}">{{ package.license.type }}</a>
@@ -31,8 +31,8 @@
3131
{% endif %}
3232

3333
{% if display.watermark %}
34-
<span class="footer__watermark">Built with <a href="https://github.com/HugoGiraudel/SassDoc">SassDoc</a>.</span>
34+
<span class="footer__watermark">Built with <a href="https://github.com/SassDoc/sassdoc">SassDoc</a>.</span>
3535
{% endif %}
3636
</div>
3737
</footer>
38-
{% endif %}
38+
{% endif %}

0 commit comments

Comments
 (0)