From 1a7b92aa33c8fdba863a85d9b8fcb85abf72167c Mon Sep 17 00:00:00 2001 From: Tyler Romero Date: Wed, 30 Oct 2024 15:17:09 -0700 Subject: [PATCH] app -> dashboard in text --- README.md | 2 +- docs/docs/getting-started/1-api-tokens.md | 2 +- docs/docs/getting-started/3-retail-analytics.md | 2 +- docs/docs/getting-started/4-dog-on-couch.md | 2 +- docs/docs/getting-started/5-streaming.md | 2 +- docs/docs/getting-started/getting-started.mdx | 3 +-- 6 files changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 5b38872a..4dfc0e58 100644 --- a/README.md +++ b/README.md @@ -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/) diff --git a/docs/docs/getting-started/1-api-tokens.md b/docs/docs/getting-started/1-api-tokens.md index 313ef434..c5d31c16 100644 --- a/docs/docs/getting-started/1-api-tokens.md +++ b/docs/docs/getting-started/1-api-tokens.md @@ -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 diff --git a/docs/docs/getting-started/3-retail-analytics.md b/docs/docs/getting-started/3-retail-analytics.md index 215265f3..f64073ba 100644 --- a/docs/docs/getting-started/3-retail-analytics.md +++ b/docs/docs/getting-started/3-retail-analytics.md @@ -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: diff --git a/docs/docs/getting-started/4-dog-on-couch.md b/docs/docs/getting-started/4-dog-on-couch.md index db8c041d..0305af0c 100644 --- a/docs/docs/getting-started/4-dog-on-couch.md +++ b/docs/docs/getting-started/4-dog-on-couch.md @@ -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: diff --git a/docs/docs/getting-started/5-streaming.md b/docs/docs/getting-started/5-streaming.md index cdcf3dcd..2b0a597b 100644 --- a/docs/docs/getting-started/5-streaming.md +++ b/docs/docs/getting-started/5-streaming.md @@ -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. diff --git a/docs/docs/getting-started/getting-started.mdx b/docs/docs/getting-started/getting-started.mdx index 36964fd8..ca683ce7 100644 --- a/docs/docs/getting-started/getting-started.mdx +++ b/docs/docs/getting-started/getting-started.mdx @@ -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