Skip to content

Commit c63e042

Browse files
authored
Update all URLs for developer.fastly.com to their new forms. (#1164)
1 parent 45bf98b commit c63e042

34 files changed

+289
-289
lines changed

Diff for: .fastly/help/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Developer Hub Help Pages
22

3-
This directory contains troubleshooting pages for common issues in this project, which are ingested by the [Developer Hub](https://developer.fastly.com) and served on the `fastly.help` domain.
3+
This directory contains troubleshooting pages for common issues in this project, which are ingested by the [Developer Hub](https://fastly.com/documentation/developers) and served on the `fastly.help` domain.
44

55
To update or create a help page, add or edit the Markdown files in this directory. Changes will be deployed on Developer Hub within 24 hours.
66

Diff for: CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ When upgrading to this version of the CLI, and running a command for the first t
223223
fastly config --reset
224224
```
225225

226-
The other change worth noting is to the parsing of the `fastly.toml` manifest file, which now supports a `file` field inside `[setup.kv_stores.<T>.items]` which can be used in place of the `value` field. Assigning a file path to the `file` field will use the content of the file as the value for the key. See: https://developer.fastly.com/reference/compute/fastly-toml/
226+
The other change worth noting is to the parsing of the `fastly.toml` manifest file, which now supports a `file` field inside `[setup.kv_stores.<T>.items]` which can be used in place of the `value` field. Assigning a file path to the `file` field will use the content of the file as the value for the key. See: https://www.fastly.com/documentation/reference/compute/fastly-toml
227227

228228
**Bug fixes:**
229229

@@ -460,7 +460,7 @@ This release introduces a breaking interface change to the `kv-store-entry` comm
460460

461461
There are a couple of important 'breaking' changes in this release.
462462

463-
The `object-store` command has been renamed to `kv-store` and the `fastly.toml` manifest (used by the Fastly CLI) has updated its data model (see https://developer.fastly.com/reference/compute/fastly-toml/) by renaming `[setup.dictionaries]` and `[local_server.dictionaries]` to their `config_stores` equivalent, which has resulted in a new `manifest_version` number due to the change to the consumer interface.
463+
The `object-store` command has been renamed to `kv-store` and the `fastly.toml` manifest (used by the Fastly CLI) has updated its data model (see https://www.fastly.com/documentation/reference/compute/fastly-toml) by renaming `[setup.dictionaries]` and `[local_server.dictionaries]` to their `config_stores` equivalent, which has resulted in a new `manifest_version` number due to the change to the consumer interface.
464464

465465
**Breaking:**
466466

Diff for: DOCUMENTATION.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Documentation
22

3-
The help output from the Fastly CLI is consumed by the Fastly Developer Hub to produce online documentation: https://developer.fastly.com/reference/cli/
3+
The help output from the Fastly CLI is consumed by the Fastly Developer Hub to produce online documentation: https://www.fastly.com/documentation/reference/cli
44

5-
Part of the documentation is to provide additional usage examples and links to APIs used by the CLI commands (example: https://developer.fastly.com/reference/cli/backend/create/#examples).
5+
Part of the documentation is to provide additional usage examples and links to APIs used by the CLI commands (example: https://www.fastly.com/documentation/reference/clibackend/create/#examples).
66

77
These examples and API references are defined in [`pkg/app/metadata.json`](./pkg/app/metadata.json).

Diff for: README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<h3 align="center">Fastly CLI</h3>
33
<p align="center">A CLI for interacting with the Fastly platform.</p>
44
<p align="center">
5-
<a href="https://developer.fastly.com/reference/cli/"><img alt="Documentation" src="https://img.shields.io/badge/cli-reference-yellow"></a>
5+
<a href="https://www.fastly.com/documentation/reference/cli"><img alt="Documentation" src="https://img.shields.io/badge/cli-reference-yellow"></a>
66
<a href="https://github.com/fastly/cli/releases/latest"><img alt="Latest release" src="https://img.shields.io/github/v/release/fastly/cli" /></a>
77
<a href="#License"><img alt="Apache 2.0 License" src="https://img.shields.io/github/license/fastly/cli" /></a>
88
<a href="https://goreportcard.com/report/github.com/fastly/cli"><img alt="Go Report Card" src="https://goreportcard.com/badge/github.com/fastly/cli" /></a>
@@ -11,10 +11,10 @@
1111

1212
## Quick links
1313

14-
- [Installation](https://developer.fastly.com/learning/tools/cli#installing)
15-
- [Shell auto-completion](https://developer.fastly.com/learning/tools/cli#shell-auto-completion)
16-
- [Configuring](https://developer.fastly.com/learning/tools/cli#configuring)
17-
- [Commands](https://developer.fastly.com/reference/cli/#command-groups)
14+
- [Installation](https://www.fastly.com/documentation/reference/tools/cli#installing)
15+
- [Shell auto-completion](https://www.fastly.com/documentation/reference/tools/cli#shell-auto-completion)
16+
- [Configuring](https://www.fastly.com/documentation/reference/tools/cli#configuring)
17+
- [Commands](https://www.fastly.com/documentation/reference/cli#command-groups)
1818
- [Development](DEVELOPMENT.md)
1919
- [Testing](TESTING.md)
2020
- [Documentation](DOCUMENTATION.md)

Diff for: RELEASE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414

1515
## Footnotes
1616

17-
1. <a name="note1"></a>We utilize [semantic versioning](https://semver.org/) and only include relevant/significant changes within the CHANGELOG (be sure to document changes to the app config if `config_version` has changed, and if any breaking interface changes are made to the fastly.toml manifest those should be documented on developer.fastly.com).
17+
1. <a name="note1"></a>We utilize [semantic versioning](https://semver.org/) and only include relevant/significant changes within the CHANGELOG (be sure to document changes to the app config if `config_version` has changed, and if any breaking interface changes are made to the fastly.toml manifest those should be documented on https://fastly.com/documentation/developers).
1818
1. <a name="note2"></a>Triggers a [github action](https://github.com/fastly/cli/blob/main/.github/workflows/tag_release.yml) that produces a 'draft' release.

0 commit comments

Comments
 (0)