Skip to content

Commit 04f154e

Browse files
authored
Fixing all broken links in R2. (#19225)
1 parent 229784b commit 04f154e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/content/docs/r2/buckets/event-notifications.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Event notifications send messages to your [queue](/queues/) when data in your R2
1212
Before getting started, you will need:
1313

1414
- An existing R2 bucket. If you do not already have an existing R2 bucket, refer to [Create buckets](/r2/buckets/create-buckets/).
15-
- An existing queue. If you do not already have a queue, refer to [Create a queue](/queues/get-started/#3-create-a-queue).
15+
- An existing queue. If you do not already have a queue, refer to [Create a queue](/queues/get-started/#2-create-a-queue).
1616
- A [consumer Worker](/queues/reference/how-queues-works/#create-a-consumer-worker) or [HTTP pull](/queues/configuration/pull-consumers/) enabled on your Queue.
1717

1818
### Enable event notifications via Dashboard

src/content/docs/r2/tutorials/cloudflare-access.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Within the **Zero Trust** section of the Cloudflare Dashboard, you will need to
3535
If you have not configured Cloudflare Access before, we recommend:
3636

3737
* Configuring an [identity provider](/cloudflare-one/identity/) first to enable Access to use your organization's single-sign on (SSO) provider as an authentication method.
38-
* Creating an [Access group](/cloudflare-one/identity/users/groups/#access-groups) that defines which users or groups within your organization can access specific resources.
38+
* Creating an [Access group](/cloudflare-one/identity/users/groups/) that defines which users or groups within your organization can access specific resources.
3939

4040
To create an Access application for your R2 bucket:
4141

@@ -47,7 +47,7 @@ To create an Access application for your R2 bucket:
4747
6. Configure the **Identity providers** that will be used to protect this domain using Access.
4848
7. Click **Next**
4949
8. Enter a **Policy name** and an **Action**. This should be **Allow**, and will enable the group(s) you select to access objects within the bucket behind this Access application.
50-
9. To **Assign a group** (or groups) and allow access to your bucket, select one or more groups. If you have not created any groups, you will [need to do this first](/cloudflare-one/identity/users/groups/#access-groups). You should **ensure that this group only contains the users within your organization that need access to this R2 bucket**.
50+
9. To **Assign a group** (or groups) and allow access to your bucket, select one or more groups. If you have not created any groups, you will [need to do this first](/cloudflare-one/identity/users/groups/). You should **ensure that this group only contains the users within your organization that need access to this R2 bucket**.
5151
10. Click **Next** and then **Add an application**.
5252

5353
Review the [Cloudflare Access documentation](/cloudflare-one/applications/configure-apps/self-hosted-apps/) to understand how to configure additional Access application options.
@@ -70,7 +70,7 @@ You will need to [connect a custom domain](/r2/buckets/public-buckets/#connect-a
7070

7171
Visit the custom domain you connected to your R2 bucket, which should present a Cloudflare Access authentication page with your selected identity provider(s) and/or authentication methods.
7272

73-
For example, if you connected Google and/or GitHub identity providers, you can log in with those providers. If the login is successful and your account is a member of the [Access group](/cloudflare-one/identity/users/groups/#access-groups) you associated with the Access application you created in this guide, you will be able to access (read/download) objects within the R2 bucket.
73+
For example, if you connected Google and/or GitHub identity providers, you can log in with those providers. If the login is successful and your account is a member of the [Access group](/cloudflare-one/identity/users/groups/) you associated with the Access application you created in this guide, you will be able to access (read/download) objects within the R2 bucket.
7474

7575
If you cannot authenticate or receive a block page after authenticating, check that you have an [Access policy](/cloudflare-one/applications/configure-apps/self-hosted-apps/#2-add-an-access-policy) configured within your Access application that explicitly allows the group your user account is associated with.
7676

src/content/docs/r2/tutorials/upload-logs-event-notifications.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ To begin, refer to [Install/Update Wrangler](/workers/wrangler/install-and-updat
3131

3232
You will need to create two R2 buckets:
3333

34-
- `example-upload-bucket`: When new objects are uploaded to this bucket, your [consumer Worker](/queues/get-started/#5-create-your-consumer-worker) will write logs.
34+
- `example-upload-bucket`: When new objects are uploaded to this bucket, your [consumer Worker](/queues/get-started/#4-create-your-consumer-worker) will write logs.
3535
- `example-log-sink-bucket`: Upload logs from `example-upload-bucket` will be written to this bucket.
3636

3737
To create the buckets, run the following Wrangler commands:

0 commit comments

Comments
 (0)