Skip to content

Commit

Permalink
Fix additional spaces (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
Luni-4 authored Jun 5, 2020
1 parent c5b9bf7 commit dfee1bd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 24 deletions.
16 changes: 4 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
from source codes written in many different programming languages.
It is based on a parser generator tool and an incremental parsing library
called
<a href="https://tree-sitter.github.io/tree-sitter/" target="_blank">
Tree Sitter
</a>.
<a href="https://tree-sitter.github.io/tree-sitter/" target="_blank">Tree Sitter</a>.


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

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

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

# License

All the source code of **rust-code-analysis** is released under the
<a href="https://www.mozilla.org/MPL/2.0/" target="_blank">
Mozilla Public License v2.0
</a>.
<a href="https://www.mozilla.org/MPL/2.0/" target="_blank">Mozilla Public License v2.0</a>.
13 changes: 4 additions & 9 deletions rust-code-analysis-book/src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,23 +59,18 @@ languages.
and Windows.

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


## API docs

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

## License

All the source code of **rust-code-analysis** is released under the
<a href="https://www.mozilla.org/MPL/2.0/" target="_blank">
Mozilla Public License v2.0
</a>.
<a href="https://www.mozilla.org/MPL/2.0/" target="_blank">Mozilla Public License v2.0</a>.
4 changes: 1 addition & 3 deletions rust-code-analysis-book/src/developers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ building process.

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

## Clone Repository

Expand Down

0 comments on commit dfee1bd

Please sign in to comment.