save the file (#877)

This commit is contained in:
Michael Quigley 2025-03-31 17:09:08 -04:00
parent 029fcb734f
commit b26110c78e
No known key found for this signature in database
GPG Key ID: 9B60314A9DD20A62

View File

@ -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: 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) [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: 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: 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: