Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the links to documentation in the sofware development pages (4.2.x) #7409

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion software_development/BUILDING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Building

See [Installing from source code](https://geonetwork-opensource.org/manuals/4.0.x/en/install-guide/installing-from-source-code.html) (Installation Guide)
See [Installing from source code](https://docs.geonetwork-opensource.org/4.2/install-guide/installing-from-source-code/) (Installation Guide)

Build GeoNetwork
----------------
Expand Down
2 changes: 1 addition & 1 deletion software_development/GITHUB.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ To checkout a branch from upstream::
GeoNetwork uses feature branches for development, and a pull-request workflow for review:

* [Contributing](../CONTRIBUTING.md).
* [Making a pull request](https://geonetwork-opensource.org/manuals/trunk/en/contributing/making-a-pull-request.html).
* [Making a pull request](https://docs.geonetwork-opensource.org/4.2/contributing/making-a-pull-request/).
8 changes: 4 additions & 4 deletions software_development/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ This manual is for software developers customizing or developing GeoNetwork:
* [Eclipse IDE](ECLIPSE.md)
* [IntelliJ IDE](INTELLIJ.md).

See [Installing from source code](https://geonetwork-opensource.org/manuals/4.0.x/en/install-guide/installing-from-source-code.html) (Installation Guide)
See [Installing from source code](https://docs.geonetwork-opensource.org/4.2/install-guide/installing-from-source-code/) (Installation Guide)

* Writing documentation: see [Writing documentation](https://geonetwork-opensource.org/manuals/trunk/en/contributing/writing-documentation.html) (Contributing Guide).
* Release process: See [Doing a release](https://geonetwork-opensource.org/manuals/trunk/en/contributing/doing-a-release.html) (Contributing Guide).
* Writing documentation: see [Documentation Guide](https://docs.geonetwork-opensource.org/latest/devel/docs/) (Contributing Guide).
* Release process: See [Doing a release](https://docs.geonetwork-opensource.org/4.2/contributing/doing-a-release/) (Contributing Guide).
josegar74 marked this conversation as resolved.
Show resolved Hide resolved


If you just want to use the software and are looking for instructions on how to do that,
there is a lot of documentation for users, administrators, metadata editors and application
maintainers at: [GeoNetwork Documentation](http://geonetwork-opensource.org/manuals/trunk/eng/users/index.html).
maintainers at: [GeoNetwork Documentation](https://docs.geonetwork-opensource.org/4.2/).

# Quickstart

Expand Down
Loading