Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use relative link to CLI docs, not localhost #3109

Merged
merged 1 commit into from
Apr 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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