Skip to content

Commit ffe4efb

Browse files
committed
Fix link issues
1 parent fd54fd4 commit ffe4efb

3 files changed

Lines changed: 18 additions & 11 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ yarn add point-sass
1010
```
1111

1212
### 2. Download from the repository
13-
[https://github.com/moyu/point.css](https://github.com/moyu/point.css)
13+
[https://github.com/moyus/point](https://github.com/moyus/point)
1414

1515
## Customize
1616
Point uses Gulp for compiling SASS into CSS, If you want to customize Point with
@@ -34,4 +34,4 @@ gulp build
3434
```
3535

3636
## Copyright and license
37-
Code copyright 2017 moyu. Code released under [the MIT license](https://github.com/moyus/point.css/blob/master/LICENSE).
37+
Code copyright 2017 moyu. Code released under [the MIT license](https://github.com/moyus/point/blob/master/LICENSE).

docs/getting-started/index.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@ Point is a flexible CSS Framework for building modern responsive web apps.
99
## Setup
1010
There are two ways to start
1111
### 1. Install with Yarn
12-
```
12+
```sh
1313
yarn add point.css
1414
```
1515
*****
1616
### 2. Download from the repository
17-
[https://github.com/moyu/point/tree/master/css](https://github.com/moyu/point/tree/master/css)
17+
[https://github.com/moyus/point](https://github.com/moyus/point)
1818

1919
## Customize
2020
Point uses Gulp for compiling SASS into CSS, If you want to customize Point with
2121
your own variables, just download the source files from the repository.
2222

2323
### 1. Install dependences
2424
Navigate to the root directory of Point, then run the command below to install all dependencies.
25-
```
25+
```sh
2626
yarn
2727
```
2828

@@ -36,3 +36,6 @@ find the compiled CSS files in the `./dist` directory
3636
```
3737
gulp build
3838
```
39+
40+
## Copyright and license
41+
Code copyright 2017 moyu. Code released under [the MIT license](https://github.com/moyus/point/blob/master/LICENSE).

site/getting-started/index.html

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -140,23 +140,27 @@ <h2 id="introduction">Introduction</h2>
140140
<h2 id="setup">Setup</h2>
141141
<p>There are two ways to start</p>
142142
<h3 id="1-install-with-yarn">1. Install with Yarn</h3>
143-
<pre><code>yarn <span class="hljs-keyword">add</span><span class="bash"> point.css</span>
144-
</code></pre><hr>
143+
<pre><code class="lang-sh">yarn <span class="hljs-keyword">add</span><span class="bash"> point.css</span>
144+
</code></pre>
145+
<hr>
145146
<h3 id="2-download-from-the-repository">2. Download from the repository</h3>
146-
<p><a href="https://github.com/moyu/point/tree/master/css">https://github.com/moyu/point/tree/master/css</a></p>
147+
<p><a href="https://github.com/moyus/point">https://github.com/moyus/point</a></p>
147148
<h2 id="customize">Customize</h2>
148149
<p>Point uses Gulp for compiling SASS into CSS, If you want to customize Point with
149150
your own variables, just download the source files from the repository.</p>
150151
<h3 id="1-install-dependences">1. Install dependences</h3>
151152
<p>Navigate to the root directory of Point, then run the command below to install all dependencies.</p>
152-
<pre><code><span class="hljs-attribute">yarn</span>
153-
</code></pre><h3 id="2-override-variables">2. Override variables</h3>
153+
<pre><code class="lang-sh"><span class="hljs-attribute">yarn</span>
154+
</code></pre>
155+
<h3 id="2-override-variables">2. Override variables</h3>
154156
<p>All initial variables are located in <code>src/_vars.scss</code>.</p>
155157
<h3 id="3-compile">3. Compile</h3>
156158
<p>Run the command below to start compiling your own customized <strong>Point</strong>, you can
157159
find the compiled CSS files in the <code>./dist</code> directory</p>
158160
<pre><code><span class="hljs-attribute">gulp build</span>
159-
</code></pre>
161+
</code></pre><h2 id="copyright-and-license">Copyright and license</h2>
162+
<p>Code copyright 2017 moyu. Code released under <a href="https://github.com/moyus/point/blob/master/LICENSE">the MIT license</a>.</p>
163+
160164

161165
</main>
162166
<!-- END #main -->

0 commit comments

Comments
 (0)