Skip to content

Commit

Permalink
fix API doc url 1/2 (#260)
Browse files Browse the repository at this point in the history
* fix url by removing end slash

also update submodule

* fix Oracle JDK Download links
  • Loading branch information
NicolasMassart authored Mar 16, 2021
1 parent 5f387ae commit 10e949a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion common
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description: Build Teku from source

## Prerequisites

* [Java JDK](http://www.oracle.com/technetwork/java/javase/downloads/index.html)
* [Java JDK](https://www.oracle.com/java/technologies/javase-downloads.html)

!!!important
Teku requires Java 11+; earlier versions are not supported.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: Install Teku from binary distribution

### Prerequisites

* [Java JDK](http://www.oracle.com/technetwork/java/javase/downloads/index.html)
* [Java JDK](https://www.oracle.com/java/technologies/javase-downloads.html)

!!! attention

Expand Down Expand Up @@ -45,7 +45,7 @@ Display Teku command line help to confirm installation:

Teku requires Java 11+ to run. Earlier versions are not supported. You can install Java
using `brew cask install adoptopenjdk`. Alternatively, you can manually install the
[Java JDK](http://www.oracle.com/technetwork/java/javase/downloads/index.html).
[Java JDK](https://www.oracle.com/java/technologies/javase-downloads.html).

### Install (or upgrade) using Homebrew

Expand Down
2 changes: 1 addition & 1 deletion docs/Reference/Rest_API/Rest.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ You can also use tools such as [Postman] or [cURL] to interact with Teku APIs.
```

<!-- Links -->
[REST API documentation]:https://consensys.github.io/teku/#stable/
[REST API documentation]:https://consensys.github.io/teku/#stable
[Postman]: https://www.postman.com/
[cURL]: https://curl.haxx.se/

0 comments on commit 10e949a

Please sign in to comment.