Skip to content

Commit

Permalink
Use relative link to CLI docs, not localhost (#3109)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhrozek committed Apr 16, 2024
1 parent 69e99a8 commit a1b0ba3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/how-to/add_users_to_project.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ To add a new user to your project, you need to:
4. Add the user to your project

## Identify your project ID
Identify the project that you want to add a new user to. To see all the projects that are available to you, use the [`minder project list`](http://localhost:3131/ref/cli/minder_project_list) command.
Identify the project that you want to add a new user to. To see all the projects that are available to you, use the [`minder project list`](../ref/cli/minder_project_list) command.

```
+--------------------------------------+-------------------+
Expand All @@ -33,7 +33,7 @@ In this example, the `my_minder_project` project has Project ID `086df3e2-f1bb-4
## Have the new user create a Minder account
To add a user to your project, that user must first [create their Minder account](https://docs.stacklok.com/minder/getting_started/login#logging-in-to-the-stacklok-hosted-instance), and provide you with their user ID.

The new user must create an account and log in using [`minder auth login`](http://localhost:3131/ref/cli/minder_auth_login). After login, the user ID will be displayed as the `Subject`. For example:
The new user must create an account and log in using [`minder auth login`](../ref/cli/minder_auth_login). After login, the user ID will be displayed as the `Subject`. For example:

```
Here are your details:
Expand Down

0 comments on commit a1b0ba3

Please sign in to comment.