Skip to content

Commit

Permalink
app -> dashboard in text
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler-romero committed Oct 30, 2024
1 parent 9e59c25 commit 1a7b92a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ Some more resources you might like:
- [Code Documentation](https://code.groundlight.ai/python-sdk/docs/getting-started)
- [Python SDK on PyPi](https://pypi.org/project/groundlight/) or [GitHub](https://github.com/groundlight/python-sdk)
- [Company](https://www.groundlight.ai/)
- [Login to the Groundlight App](https://dashboard.groundlight.ai/)
- [Login to the Groundlight Dashboard](https://dashboard.groundlight.ai/)
2 changes: 1 addition & 1 deletion docs/docs/getting-started/1-api-tokens.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ gl = Groundlight(api_token=token)
```

## Creating and Revoking API Tokens
You can manage your API tokens from the Groundlight website at [https://dashboard.groundlight.ai/reef/my-account/api-tokens](https://dashboard.groundlight.ai/reef/my-account/api-tokens).
You can manage your API tokens from the Groundlight dashboard at [https://dashboard.groundlight.ai/reef/my-account/api-tokens](https://dashboard.groundlight.ai/reef/my-account/api-tokens).


### Creating API Tokens
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/getting-started/3-retail-analytics.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ pip install groundlight opencv-python pillow

## Creating the Application

1. First, log in to the [Groundlight application](https://dashboard.groundlight.ai) and create an [API Token](https://dashboard.groundlight.ai/reef/my-account/api-tokens).
1. First, log in to the [Groundlight dashboard](https://dashboard.groundlight.ai) and create an [API Token](https://dashboard.groundlight.ai/reef/my-account/api-tokens).

2. Next, we'll write the Python script for the application. Import the required libraries:

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/getting-started/4-dog-on-couch.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pip install groundlight opencv-python pillow pyaudio

## Creating the Application

1. First, log in to the [Groundlight application](https://dashboard.groundlight.ai) and create an [API Token](https://dashboard.groundlight.ai/reef/my-account/api-tokens).
1. First, log in to the [Groundlight dashboard](https://dashboard.groundlight.ai) and create an [API Token](https://dashboard.groundlight.ai/reef/my-account/api-tokens).

2. Next, we'll write the Python script for the application. Import the required libraries:

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/getting-started/5-streaming.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ This will download the most recent frame from a YouTube live stream and save it
chmod +x get_latest_frame.sh
```

3. Log in to the [Groundlight application](https://dashboard.groundlight.ai) and create an [API Token](https://dashboard.groundlight.ai/reef/my-account/api-tokens).
3. Log in to the [Groundlight dashboard](https://dashboard.groundlight.ai) and create an [API Token](https://dashboard.groundlight.ai/reef/my-account/api-tokens).

4. Next, we'll write the Python script for the application.

Expand Down
3 changes: 1 addition & 2 deletions docs/docs/getting-started/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ Groundlight's Escalation Technology combines the power of generative AI using ou
pip3 install groundlight
```

1. Head over to the [groundlight web
app](https://dashboard.groundlight.ai/reef/my-account/api-tokens) to create an [API token](/docs/getting-started/api-tokens). You will
1. Head over to the [Groundlight dashboard](https://dashboard.groundlight.ai/) to create an [API token](https://dashboard.groundlight.ai/reef/my-account/api-tokens). You will
need to set the `GROUNDLIGHT_API_TOKEN` environment variable to access the API.

```shell
Expand Down

0 comments on commit 1a7b92a

Please sign in to comment.