diff --git a/docs/.lycheeignore b/docs/.lycheeignore index 919dafd5e9f..b9eaef37a2d 100644 --- a/docs/.lycheeignore +++ b/docs/.lycheeignore @@ -25,3 +25,4 @@ s3:// https://lakefs.io/ https://lakefs.acme.com/ https://www.java.com/en/download/help/mac_install.html +https://www.gnu.org/ \ No newline at end of file diff --git a/docs/project/contributing.md b/docs/project/contributing.md index 6c78ca62c3b..cf05b6a003c 100644 --- a/docs/project/contributing.md +++ b/docs/project/contributing.md @@ -35,7 +35,7 @@ Our [Go release workflow](https://github.com/treeverse/lakeFS/blob/master/.githu 1. Install the required dependencies for your OS: 1. [Git](https://git-scm.com/downloads) - 1. [GNU make](https://www.gnu.org/software/make) (probably best to install from your OS package manager such as [apt](https://en.wikipedia.org/wiki/APT_(software)) or [brew](https://brew.sh/)) + 1. [GNU make](https://www.gnu.org/software/make/) (probably best to install from your OS package manager such as [apt](https://en.wikipedia.org/wiki/APT_(software)) or [brew](https://brew.sh/)) 1. [Docker](https://docs.docker.com/get-docker/) 1. [Go](https://golang.org/doc/install) 1. [Node.js & npm](https://www.npmjs.com/get-npm) diff --git a/docs/understand/architecture.md b/docs/understand/architecture.md index 6d79e88d51e..3da64fc6f98 100644 --- a/docs/understand/architecture.md +++ b/docs/understand/architecture.md @@ -93,7 +93,7 @@ Some data applications benefit from deeper integrations with lakeFS to support d ### OpenAPI Generated SDKs OpenAPI specification can be used to generate lakeFS clients for many programming languages. -For example, the [Python lakefs-client](https://pypi.org/project/lakefs-client/) or the [Java client](https://search.maven.org/artifact/io.lakefs/api-client) are published with every new lakeFS release. +For example, the [Python lakefs-client](https://pypi.org/project/lakefs-client/) or the [Java client](https://central.sonatype.com/artifact/io.lakefs/api-client) are published with every new lakeFS release. ### lakectl