Skip to content

Commit f782497

Browse files
authored
Merge pull request #9 from TheShieldAuth/develop
org name updated
2 parents b9b29ae + e5a24d4 commit f782497

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

app/[[...slug]]/page.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ export default async function Page(props: {
1919
const MDX = page.data.body;
2020

2121
const time = await getGithubLastEdit({
22-
owner: "shield-auth",
22+
owner: "TheShieldAuth",
2323
repo: "docs",
2424
path: `content/${page.file.path}`,
2525
});
2626

2727
const contributors = await getFileContributors(
28-
"shield-auth",
28+
"TheShieldAuth",
2929
"docs",
3030
`content/${page.file.path}`,
3131
);
@@ -47,7 +47,7 @@ export default async function Page(props: {
4747
full={page.data.full}
4848
lastUpdate={time ? new Date(time) : undefined}
4949
editOnGithub={{
50-
owner: "shield-auth",
50+
owner: "TheShieldAuth",
5151
repo: "docs",
5252
sha: "trunk",
5353
// file path, make sure it's valid

components/toc-header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const TocHeader = () => (
4343
<span className="sr-only">Shield</span>
4444
</a>
4545
<a
46-
href="https://github.com/shield-auth/shield"
46+
href="https://github.com/TheShieldAuth/shield"
4747
target="_blank"
4848
className={buttonVariants({ color: "secondary", size: "sm" })}
4949
rel="noreferrer"

content/architectural-resource/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Architectural Resource
3-
description: Here you will find the architectural resource for the shield-auth project.
3+
description: Here you will find the architectural resource for the Shield project.
44
---
55

66
import { Step, Steps } from "fumadocs-ui/components/steps";

content/getting-started/installation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ control over the build process.
2929
### I. Clone the repository
3030

3131
```bash title="terminal"
32-
git clone https://github.com/shield-auth/shield.git
32+
git clone https://github.com/TheShieldAuth/shield.git
3333
cd shield
3434
```
3535

0 commit comments

Comments
 (0)