Skip to content

Commit f9fdcc9

Browse files
committed
fixing broken link to instances page
1 parent 70607a4 commit f9fdcc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/pages/commands.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ toc: false
1010
This commands section primarily focuses on using Singularity Python from within Python and then in an interactive shell (for testing). We will first discuss the Python API, meaning functions that you can use in python to work with Singularity images or instances. Python is strong in the world of scientific programming, and so if you are reading these notes it's likely that you want to integrate Singularity containers into your Python applications. We wrote you a client to do that! Please select the type of command you are interested in below to continue!
1111

1212

13-
- [Images](/singularity-cli/images): base API to interact with containers:
14-
- [Instances](/singularity-cli/instances): interact with container instances.
13+
- [Images](/singularity-cli/commands-images): base API to interact with containers:
14+
- [Instances](/singularity-cli/commands-instances): interact with container instances.
1515

1616
<hr>
1717

0 commit comments

Comments
 (0)