Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Commit

Permalink
fix links to environmenets
Browse files Browse the repository at this point in the history
  • Loading branch information
gabbifish committed Sep 12, 2019
1 parent 109b3a5 commit e71e699
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/content/environments.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ You will be warned if `workers_dot_dev` is left out of the top level configurati
```console
$ wrangler publish
⚠️ Please specify the workers_dot_dev boolean in the top level of your wrangler.toml.
⚠️ This command will fail in v1.5.0. Please see https://github.com/cloudflare/wrangler/blob/master/docs/environments.md for more information.
⚠️ This command will fail in v1.5.0. Please see https://github.com/cloudflare/wrangler/blob/master/docs/content/environments.md for more information.
✨ Built successfully, built project size is 517 bytes.
✨ Successfully published your script.
✨ Success! Your worker was successfully published. You can view it at https://my-worker.avery.workers.dev
Expand Down Expand Up @@ -355,7 +355,7 @@ With this configuration, Wrangler will behave in the following manner:
$ wrangler publish
⚠️ The `private` field is deprecated; please use `workers_dot_dev` to toggle between publishing to your workers.dev subdomain and your own domain.
⚠️ Please specify the workers_dot_dev boolean in the top level of your wrangler.toml.
⚠️ This command will fail in v1.5.0. Please see https://github.com/cloudflare/wrangler/blob/master/docs/environments.md for more information.
⚠️ This command will fail in v1.5.0. Please see https://github.com/cloudflare/wrangler/blob/master/docs/content/environments.md for more information.
✨ Built successfully, built project size is 517 bytes.
✨ Successfully published your script.
✨ Success! Your worker was successfully published. You can view it at https://my-worker.<your-subdomain>.workers.dev
Expand All @@ -366,7 +366,7 @@ $ wrangler publish --release
⚠️ --release will be deprecated.
⚠️ The `private` field is deprecated; please use `workers_dot_dev` to toggle between publishing to your workers.dev subdomain and your own domain.
⚠️ Please specify the workers_dot_dev boolean in the top level of your wrangler.toml.
⚠️ This command will fail in v1.5.0. Please see https://github.com/cloudflare/wrangler/blob/master/docs/environments.md for more information.
⚠️ This command will fail in v1.5.0. Please see https://github.com/cloudflare/wrangler/blob/master/docs/content/environments.md for more information.
✨ Built successfully, built project size is 517 bytes.
✨ Successfully published your script.
✨ Success! Your worker was successfully published. You can view it at example.com/*
Expand Down

0 comments on commit e71e699

Please sign in to comment.