Skip to content

Commit

Permalink
Fix more docs links (#922)
Browse files Browse the repository at this point in the history
  • Loading branch information
hazel-nut authored Oct 3, 2024
1 parent e557785 commit a2a70d7
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 30 deletions.
50 changes: 25 additions & 25 deletions specification/DigitalOcean-public.v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ tags:
description: |-
1-Click applications are pre-built Droplet images or Kubernetes apps with software,
features, and configuration details already set up for you. They can be found in the
[DigitalOcean Marketplace](https://www.digitalocean.com/docs/marketplace).
[DigitalOcean Marketplace](https://marketplace.digitalocean.com/).
- name: Account
description: Provides information about your current account.
Expand Down Expand Up @@ -66,7 +66,7 @@ tags:
**Balance:** By sending requests to the `/v2/customers/my/balance` endpoint, you can
retrieve the balance information for the requested customer account.
**Invoices:** [Invoices](https://www.digitalocean.com/docs/accounts/billing/invoices/)
**Invoices:** [Invoices](https://docs.digitalocean.com/platform/billing/invoices/)
are generated on the first of each month for every DigitalOcean
customer. An invoice preview is generated daily, which can be accessed
with the `preview` keyword in place of `$INVOICE_UUID`. To interact with
Expand All @@ -81,7 +81,7 @@ tags:
- name: Block Storage
description: |-
[DigitalOcean Block Storage Volumes](https://www.digitalocean.com/docs/volumes/)
[DigitalOcean Block Storage Volumes](https://docs.digitalocean.com/products/volumes/)
provide expanded storage capacity for your Droplets and can be moved
between Droplets within a specific region.
Expand All @@ -106,7 +106,7 @@ tags:
- name: CDN Endpoints
description: |-
Content hosted in DigitalOcean's object storage solution,
[Spaces](https://www.digitalocean.com/docs/spaces/overview/),
[Spaces](https://docs.digitalocean.com/products/spaces/),
can optionally be served by our globally distributed Content Delivery
Network (CDN). By sending requests to `/v2/cdn/endpoints`, you can list,
create, or delete CDN Endpoints as well as purge cached content. To use a
Expand All @@ -119,7 +119,7 @@ tags:
- name: Certificates
description: |-
In order to perform SSL termination on load balancers, DigitalOcean offers
two types of [SSL certificate management](https://www.digitalocean.com/docs/accounts/security/#certificates):
two types of [SSL certificate management](https://docs.digitalocean.com/platform/teams/manage-certificates):
* **Custom**: User-generated certificates may be uploaded to DigitalOcean
where they will be placed in a fully encrypted and isolated storage system.
Expand All @@ -132,7 +132,7 @@ tags:
- name: Container Registry
description: |-
DigitalOcean offers the ability for you to create a
[private container registry](https://www.digitalocean.com/docs/images/container-registry/quickstart/)
[private container registry](https://docs.digitalocean.com/products/container-registry/)
to store your Docker images for use with your Kubernetes clusters. This
container registry runs inside the same datacenters as your cluster,
ensuring reliable and performant rollout of image deployments.
Expand All @@ -142,12 +142,12 @@ tags:
- name: Databases
description: |-
DigitalOcean's [managed database service](https://www.digitalocean.com/docs/databases)
DigitalOcean's [managed database service](https://docs.digitalocean.com/products/databases)
simplifies the creation and management of highly available database clusters. Currently, it
offers support for [PostgreSQL](http://www.digitalocean.com/docs/databases/postgresql/),
[Redis](https://www.digitalocean.com/docs/databases/redis/),
[MySQL](https://www.digitalocean.com/docs/databases/mysql/),
[MongoDB](https://www.digitalocean.com/docs/databases/mongodb/), and
offers support for [PostgreSQL](http://docs.digitalocean.com/products/databases/postgresql/),
[Redis](https://docs.digitalocean.com/products/databases/redis/),
[MySQL](https://docs.digitalocean.com/products/databases/mysql/),
[MongoDB](https://docs.digitalocean.com/products/databases/mongodb/), and
[OpenSearch](https://docs.digitalocean.com/products/databases/opensearch/).
By sending requests to the `/v2/databases` endpoint, you can list, create, or delete
Expand All @@ -172,7 +172,7 @@ tags:
and manage DNS zone files by adding and modifying individual records for a
domain.
The [DigitalOcean DNS management interface](https://www.digitalocean.com/docs/networking/dns/)
The [DigitalOcean DNS management interface](https://docs.digitalocean.com/products/networking/dns/)
allows you to configure the following DNS records:
Name | Description |
Expand All @@ -191,7 +191,7 @@ tags:
description: |-
Domain resources are domain names that you have purchased from a domain
name registrar that you are managing through the
[DigitalOcean DNS interface](https://www.digitalocean.com/docs/networking/dns/).
[DigitalOcean DNS interface](https://docs.digitalocean.com/products/networking/dns/).
This resource establishes top-level control over each domain. Actions that
affect individual domain records should be taken on the
Expand Down Expand Up @@ -219,7 +219,7 @@ tags:
- name: Droplets
description: |-
A [Droplet](https://www.digitalocean.com/docs/droplets/) is a DigitalOcean
A [Droplet](https://docs.digitalocean.com/products/droplets/) is a DigitalOcean
virtual machine. By sending requests to the Droplet endpoint, you can
list, create, or delete Droplets.
Expand All @@ -230,7 +230,7 @@ tags:
- name: Firewalls
description: |-
[DigitalOcean Cloud Firewalls](https://www.digitalocean.com/docs/networking/firewalls/)
[DigitalOcean Cloud Firewalls](https://docs.digitalocean.com/products/networking/firewalls/)
provide the ability to restrict network access to and from a Droplet
allowing you to define which ports will accept inbound or outbound
connections. By sending requests to the `/v2/firewalls` endpoint, you can
Expand Down Expand Up @@ -273,7 +273,7 @@ tags:
will contain the field `reserved_ips` in addition to the `floating_ips` field.
Floating IPs retrieved using the Projects API will retain the original name.
[DigitalOcean Floating IPs](https://www.digitalocean.com/docs/networking/floating-ips/)
[DigitalOcean Floating IPs](https://docs.digitalocean.com/products/networking/reserved-ips/)
are publicly-accessible static IP addresses that can be mapped to one of
your Droplets. They can be used to create highly available setups or other
configurations requiring movable addresses.
Expand All @@ -298,34 +298,34 @@ tags:
- name: Images
description: |-
A DigitalOcean [image](https://www.digitalocean.com/docs/images/) can be
A DigitalOcean [image](https://docs.digitalocean.com/products/images/) can be
used to create a Droplet and may come in a number of flavors. Currently,
there are five types of images: snapshots, backups, applications,
distributions, and custom images.
* [Snapshots](https://www.digitalocean.com/docs/images/snapshots/) provide
* [Snapshots](https://docs.digitalocean.com/products/snapshots/) provide
a full copy of an existing Droplet instance taken on demand.
* [Backups](https://www.digitalocean.com/docs/images/backups/) are similar
* [Backups](https://docs.digitalocean.com/products/backups/) are similar
to snapshots but are created automatically at regular intervals when
enabled for a Droplet.
* [Custom images](https://www.digitalocean.com/docs/images/custom-images/)
* [Custom images](https://docs.digitalocean.com/products/custom-images/)
are Linux-based virtual machine images (raw, qcow2, vhdx, vdi, and vmdk
formats are supported) that you may upload for use on DigitalOcean.
* Distributions are the public Linux distributions that are available to
be used as a base to create Droplets.
* Applications, or [1-Click Apps](https://www.digitalocean.com/docs/one-clicks/),
* Applications, or [1-Click Apps](https://docs.digitalocean.com/products/marketplace/),
are distributions pre-configured with additional software.
To interact with images, you will generally send requests to the images
endpoint at /v2/images.
- name: Kubernetes
description: |-
[DigitalOcean Kubernetes](https://www.digitalocean.com/docs/kubernetes/)
[DigitalOcean Kubernetes](https://docs.digitalocean.com/products/kubernetes/)
allows you to quickly deploy scalable and secure Kubernetes clusters. By
sending requests to the `/v2/kubernetes/clusters` endpoint, you can list,
create, or delete clusters as well as scale node pools up and down,
Expand All @@ -334,7 +334,7 @@ tags:
- name: Load Balancers
description: |-
[DigitalOcean Load Balancers](https://www.digitalocean.com/docs/networking/load-balancers/)
[DigitalOcean Load Balancers](https://docs.digitalocean.com/products/networking/load-balancers/)
provide a way to distribute traffic across multiple Droplets. By sending
requests to the `/v2/load_balancers` endpoint, you can list, create, or
delete load balancers as well as add or remove Droplets, forwarding rules,
Expand Down Expand Up @@ -451,7 +451,7 @@ tags:
- name: Snapshots
description: |-
[Snapshots](https://www.digitalocean.com/docs/images/snapshots/) are saved
[Snapshots](https://docs.digitalocean.com/products/snapshots/) are saved
instances of a Droplet or a block storage volume, which is reflected in
the `resource_type` attribute. In order to avoid problems with compressing
filesystems, each defines a `min_disk_size` attribute which is the minimum
Expand Down Expand Up @@ -482,7 +482,7 @@ tags:
- name: VPCs
description: |-
[VPCs (virtual private clouds)](https://www.digitalocean.com/docs/networking/vpc/)
[VPCs (virtual private clouds)](https://docs.digitalocean.com/products/networking/vpc/)
allow you to create virtual networks containing resources that can
communicate with each other in full isolation using private IP addresses.
Expand Down
2 changes: 1 addition & 1 deletion specification/resources/apps/models/app_component_base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ properties:
environment_slug:
type: string
description: An environment slug describing the type of this app. For a full list,
please refer to [the product documentation](https://www.digitalocean.com/docs/app-platform/).
please refer to [the product documentation](https://docs.digitalocean.com/products/app-platform/).
example: node-js

log_destinations:
Expand Down
4 changes: 2 additions & 2 deletions specification/resources/droplets/models/kernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: |
**Note**: All Droplets created after March 2017 use internal kernels by default.
These Droplets will have this attribute set to `null`.
The current [kernel](https://www.digitalocean.com/docs/droplets/how-to/kernel/)
The current [kernel](https://docs.digitalocean.com/products/droplets/how-to/kernel/)
for Droplets with externally managed kernels. This will initially be set to
the kernel of the base image when the Droplet is created.
Expand All @@ -28,4 +28,4 @@ properties:
type: string
example: 2016.07.13-DigitalOcean_loader_Ubuntu
description: A standard kernel version string representing the version,
patch, and release information.
patch, and release information.
4 changes: 2 additions & 2 deletions specification/resources/kubernetes/models/credentials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ properties:
Newly created Kubernetes clusters do not return credentials using
certificate-based authentication. For additional information,
[see here](https://www.digitalocean.com/docs/kubernetes/how-to/connect-to-cluster/#authenticate).
[see here](https://docs.digitalocean.com/products/kubernetes/how-to/connect-to-cluster/#authenticate).
client_key_data:
type: string
Expand All @@ -42,7 +42,7 @@ properties:
Newly created Kubernetes clusters do not return credentials using
certificate-based authentication. For additional information,
[see here](https://www.digitalocean.com/docs/kubernetes/how-to/connect-to-cluster/#authenticate).
[see here](https://docs.digitalocean.com/products/kubernetes/how-to/connect-to-cluster/#authenticate).
token:
type: string
Expand Down

0 comments on commit a2a70d7

Please sign in to comment.