Skip to content

Commit

Permalink
Update share-url.md (#5464)
Browse files Browse the repository at this point in the history
fixed share-url to public-url in docs
  • Loading branch information
royendo authored Aug 19, 2024
1 parent ec1d36f commit b999bd2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/docs/explore/share-url.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,13 @@ Using the Rill CLI, you can list, create or delete public URLs.
To delete a public URL, you will need an `id` parameter. In order to retrieve the appropriate `id`, you will need to first list out the public URLs. You can do so using the below with any flags to help you.

```
rill share-url list
rill public-url list
```

Once you have obtained the `id` you can run the following:

```
rill share-url delete <id>
rill public-url delete <id>
```

If you are interested in creating a public URL directly from the CLI, you can do so by passing the required parameters. (You can use the --help flag to see what additional flags are required.)
If you are interested in creating a public URL directly from the CLI, you can do so by passing the required parameters. (You can use the --help flag to see what additional flags are required.)

0 comments on commit b999bd2

Please sign in to comment.