Skip to content

Commit dfee1bd

Browse files
authored
Fix additional spaces (#205)
1 parent c5b9bf7 commit dfee1bd

3 files changed

Lines changed: 9 additions & 24 deletions

File tree

README.md

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@
1010
from source codes written in many different programming languages.
1111
It is based on a parser generator tool and an incremental parsing library
1212
called
13-
<a href="https://tree-sitter.github.io/tree-sitter/" target="_blank">
14-
Tree Sitter
15-
</a>.
13+
<a href="https://tree-sitter.github.io/tree-sitter/" target="_blank">Tree Sitter</a>.
1614

1715

1816
In addition, we provide a command line tool called **rust-code-analysis-cli**
@@ -29,9 +27,7 @@ This tool can be used to:
2927
**rust-code-analysis** supports many types of programming languages and
3028
computes a great variety of metrics. If you want to discover more on this
3129
software, read our
32-
<a href="https://mozilla.github.io/rust-code-analysis/index.html" target="_blank">
33-
Documentation
34-
</a>.
30+
<a href="https://mozilla.github.io/rust-code-analysis/index.html" target="_blank">Documentation</a>.
3531

3632
On the
3733
<a href="https://mozilla.github.io/rust-code-analysis/commands/index.html" target="_blank">
@@ -41,13 +37,9 @@ about metrics, nodes, and other general data provided by this software.
4137

4238
If you want to contribute to the development of this software
4339
or you are just interested in building **rust-code-analysis**, have a look at the
44-
<a href="https://mozilla.github.io/rust-code-analysis/developers/index.html" target="_blank">
45-
Developers Guide
46-
</a>.
40+
<a href="https://mozilla.github.io/rust-code-analysis/developers/index.html" target="_blank">Developers Guide</a>.
4741

4842
# License
4943

5044
All the source code of **rust-code-analysis** is released under the
51-
<a href="https://www.mozilla.org/MPL/2.0/" target="_blank">
52-
Mozilla Public License v2.0
53-
</a>.
45+
<a href="https://www.mozilla.org/MPL/2.0/" target="_blank">Mozilla Public License v2.0</a>.

rust-code-analysis-book/src/README.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -59,23 +59,18 @@ languages.
5959
and Windows.
6060

6161
On our
62-
<a href="https://github.com/mozilla/rust-code-analysis/releases" target="_blank">
63-
GitHub Release Page
64-
</a> you can find the `Linux` and `Windows` binaries already compiled and
62+
<a href="https://github.com/mozilla/rust-code-analysis/releases" target="_blank">GitHub Release Page</a>
63+
you can find the `Linux` and `Windows` binaries already compiled and
6564
packed for you.
6665

6766

6867
## API docs
6968

7069
If you prefer to use **rust-code-analysis** as a crate, you can find the
7170
`API docs` generated by `Rustdoc`
72-
<a href="https://docs.rs/rust-code-analysis/*/rust-code-analysis/" target="_blank">
73-
here
74-
</a>.
71+
<a href="https://docs.rs/rust-code-analysis/*/rust-code-analysis/" target="_blank">here</a>.
7572

7673
## License
7774

7875
All the source code of **rust-code-analysis** is released under the
79-
<a href="https://www.mozilla.org/MPL/2.0/" target="_blank">
80-
Mozilla Public License v2.0
81-
</a>.
76+
<a href="https://www.mozilla.org/MPL/2.0/" target="_blank">Mozilla Public License v2.0</a>.

rust-code-analysis-book/src/developers/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ building process.
66

77
As prerequisite, you need to install the last available version of `Rust`.
88
You can learn how to do that
9-
<a href="https://www.rust-lang.org/tools/install" target="_blank">
10-
here
11-
</a>.
9+
<a href="https://www.rust-lang.org/tools/install" target="_blank">here</a>.
1210

1311
## Clone Repository
1412

0 commit comments

Comments
 (0)