Skip to content

Commit 89968ab

Browse files
committed
Fixed link
1 parent 7f32bef commit 89968ab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

main/docs/model-service/deploying-models.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ Deploying a model to Google Cloud Run is the easiest way to deploy a model to th
276276
### Step 1: Preparation
277277
278278
- Install [Google Cloud CLI](https://cloud.google.com/sdk/docs/install)
279-
- Go to [Available Models](available-models) to verify if the model you want to deploy supports Google Cloud
279+
- Go to [Available Models](available-models.md) to verify if the model you want to deploy supports Google Cloud
280280
- Fork the GitHub repo of the model you want to deploy.
281281
282282
### Step 2: Google Cloud Run
@@ -317,7 +317,7 @@ Deploying a model to Google Cloud Run is the easiest way to deploy a model to th
317317
318318
- If you haven't done so yet, you may have to set your project.
319319

320-
> **Note:** To find your project's ID, go to the [Google Cloud Console](https://console.cloud.google.com) and click the button with your project's name (probably 'My FIrst Project') next to the Google Cloud logo.
320+
> **Note:** To find your project's ID, go to the [Google Cloud Console](https://console.cloud.google.com/run) and click the button with your project's name (probably 'My FIrst Project') next to the Google Cloud logo.
321321

322322
```
323323
gcloud config set project <project_id>`

0 commit comments

Comments
 (0)