From 4cf102081b983144fdfbf697016ca3cb251382c7 Mon Sep 17 00:00:00 2001 From: Nico Neumann Date: Sun, 27 Mar 2022 00:56:02 +0100 Subject: [PATCH] fix link in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 95c88a2..f24d945 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Build Status](https://travis-ci.org/singularityhub/singularity-cli.svg?branch=master)](https://travis-ci.org/singularityhub/singularity-cli) [![GitHub actions status](https://github.com/singularityhub/singularity-cli/workflows/spython-ci/badge.svg?branch=master)](https://github.com/singularityhub/singularity-cli/actions?query=branch%3Amaster+workflow%3Aspython-ci) -Singularity Python (spython) is the Python API for working with Singularity containers. See +Singularity Python (spython) is the Python API for working with Singularity containers. See the [documentation](https://singularityhub.github.io/singularity-cli) for installation and usage, and the [install instructions](https://singularityhub.github.io/singularity-cli/install) for a quick start.