Skip to content

Commit 9c7bfaa

Browse files
committed
Fix links in DANDI Archive and Infrastructure documentation for clarity
1 parent 9ca368b commit 9c7bfaa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/developer-guide/creating-dandi-instance/dandi-archive.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ style="width: 60%; height: auto; display: block; margin-left: auto; margin-righ
5454

5555
## Creating a Django "superuser" (Admin) Account
5656

57-
Django has the concept of a `superuser` -- essentially an `administrator` user type. For steps such as [setting up authentication for DANDI Archive](./dandi-authentication.md#creating-sites-and-social-app-in-dandi-archive-admin-panel)
57+
Django has the concept of a `superuser` -- essentially an `administrator` user type. For steps such as [setting up authentication for DANDI Archive](./dandi-authentication.md#creating-and-updating-objects-in-the-dandi-archive-admin-panel)
5858
you'll need to set up a `superuser` account.
5959

6060
Go into your Heroku app, and identify the `Run Console` option:

docs/developer-guide/creating-dandi-instance/dandi-infrastructure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ alt="terraform_config"
1313
style="width: 60%; height: auto; display: block; margin-left: auto; margin-right: auto;"/>
1414
<br/><br/>
1515

16-
As described in the [Understanding the DANDI Infrastructure](#Understanding-the-DANDI-Infrastructure) section, the [dandi-infrastructure](https://github.com/dandi/dandi-infrastructure)
16+
As described in the [Understanding the DANDI Infrastructure](#understanding-the-dandi-infrastructure) section, the [dandi-infrastructure](https://github.com/dandi/dandi-infrastructure)
1717
repository includes many components that may not be needed for your use case. You will need to define the infrastructure components in stepwise fashion, starting with the `api.tf` and `sponsored_bucket.tf`.
1818

1919
## Applying Terraform

0 commit comments

Comments
 (0)