Skip to content

Commit

Permalink
doc: Fix typos in guide
Browse files Browse the repository at this point in the history
Signed-off-by: Arnaud Fiorini <fiorini.arnaud@gmail.com>
Change-Id: Ia515a071b835373a21697234cdf7895ae42abd77
  • Loading branch information
arfio authored and bhufmann committed Feb 9, 2024
1 parent e06e29a commit 11e0219
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Compiling manually

The Maven project build requires version 3.9 or later. It can be downloaded from
<http://maven.apache.org> or from the package management system of your distro.
<https://maven.apache.org> or from the package management system of your distro.

It also requires Java version 11 or later.

Expand Down
10 changes: 5 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ If you have a simple and straightforward fix to an obvious bug, feel free to pus
it directly to the project's GitHub (see below).

This project uses GitHub issues to track ongoing development and issues. In order
to contribute, please first [open an issue](issues) that clearly describes the
to contribute, please first [open an issue][issues] that clearly describes the
bug you intend to fix or the feature you would like to add. Make sure you provide
a way to reproduce the bug or test the proposed feature.

Expand All @@ -83,7 +83,7 @@ Be sure to search for existing bugs before you create another one.

Note that before migrating to GitHub issues ongoing development and issues were
tracked using Bugzilla. The bugs were not batch migrated. Only selected issues
have been migrated to GitHub issues. You can search for [here](buzilla)
have been migrated to GitHub issues. You can search for [here][bugzilla]
for Bugzilla issues.

## Where to submit
Expand Down Expand Up @@ -157,7 +157,7 @@ For more information about the API policies, read the [API_POLICY](API_POLICY.md

## Contact

Contact the project developers via the [project's "dev" mailing list](mailing-list) or open an [issue tracer][issues].
Contact the project developers via the [project's "dev" mailing list][mailing-list] or open an [issue tracker][issues].

[bugzilla]: https://bugs.eclipse.org/bugs/buglist.cgi?product=Tracecompass
[code-of-conduct]: https://github.com/eclipse/.github/blob/master/CODE_OF_CONDUCT.md
Expand All @@ -171,6 +171,6 @@ Contact the project developers via the [project's "dev" mailing list](mailing-li
[issues]: https://github.com/eclipse-tracecompass/org.eclipse.tracecompass/issues
[mailing-list]: https://dev.eclipse.org/mailman/listinfo/tracecompass-dev
[pr-guide]: #pull-request-guidelines
[pull-requests]: https://github.com/eclipse-tracecompass/org.eclipse.tracecomapss/pulls
[pull-requests]: https://github.com/eclipse-tracecompass/org.eclipse.tracecompass/pulls
[sign-off]: https://git-scm.com/docs/git-commit#Documentation/git-commit.txt---signoff
[terms]: https://www.eclipse.org/legal/termsofuse.php
[terms]: https://www.eclipse.org/legal/termsofuse.php
2 changes: 1 addition & 1 deletion DEVELOPMENT_ENV_SETUP.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Development envrionment setup
# Development environment setup

This page describes how to setup the `Trace Compass` development environment.

Expand Down

0 comments on commit 11e0219

Please sign in to comment.