diff --git a/docs/getting-started.mdx b/docs/getting-started.mdx index baac7aa5..6340f114 100644 --- a/docs/getting-started.mdx +++ b/docs/getting-started.mdx @@ -234,7 +234,7 @@ And as soon as I terminate the `zrok share` client, the resources are removed fr If we try to reload the frontend endpoint in our web browser, we'll see: -![Not Found](images/zrok_not_found.png) +![Not Found](images/zrok-not-found.png) [More about public shares](/concepts/sharing-public.mdx) @@ -288,7 +288,7 @@ You'll want to remember the share token (`mltwsinym1s2` in this case), and the f If we do nothing else, and then point a web browser at the frontend endpoint, we get: -![Not Found](images/zrok_reserved_not_found.png) +![Not Found](images/zrok-reserved-not-found.png) This is the `404` error message returned by the `zrok` frontend. We're getting this because we haven't yet started up a `zrok share` for the service. Let's do that: