Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
Signed-off-by: Jody Garnett <[email protected]>
  • Loading branch information
jodygarnett committed Jun 15, 2020
1 parent 694edc7 commit 12f8aa8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions software_development/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

This manual is for software developers customizing or developing GeoNetwork:

* [GeoNetwork Architecture Overview](overview.md) describing technologies used and application components.
* [GeoNetwork Architecture Overview](OVERVIEW.md) describing technologies used and application components.
* Development environment:

* [Tools](tools.md)
* [Tools](TOOLS.md)
* [Source code](SOURCE.md)
* [GitHub](GITHUB.md)
* Building
* [Building](BUILDING.md)
* [Testing](TESTING.md)
* [Eclipse IDE](ECLIPSE.md)
* [IntelliJ IDE](INTELIJ.md).
Expand Down
10 changes: 5 additions & 5 deletions software_development/TOOLS.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,22 @@ Our source code is maintained on GitHub:

## Java 8

GeoNetwork requires a Java 8 development environment.
GeoNetwork requires a Java 8 development environment:

* We recommend using the Java 8 distribution available from your operating system
* Recommend using the Java 8 distribution available from your operating system
* [Adopt OpenJDK8 (LTS)](https://adoptopenjdk.net/?variant=openjdk8) for windows or macOS installers

We do not support development on Java 11 at this time.

# Apache Maven
## Apache Maven

We make use of the Apache Maven [Apache Maven](https://maven.apache.org/) build system.

Our project repository is available at repo.osgeo.org:
Maven repository is available at repo.osgeo.org:

* https://repo.osgeo.org/repository/release/
* https://repo.osgeo.org/repository/snapshot/

# Sphinx
## Sphinx

Documentation is built using [Sphinx](https://www.sphinx-doc.org/) python documentation generator.

0 comments on commit 12f8aa8

Please sign in to comment.