Skip to content

Commit 231786c

Browse files
authored
Remove old repository name occurrences. (#81)
1 parent 2b8a054 commit 231786c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# website
22

3-
[![Netlify Status](https://api.netlify.com/api/v1/badges/f42ce2b4-45f8-4a11-9555-5a25f7a5e2aa/deploy-status)](https://app.netlify.com/projects/docs-new/deploys)
3+
[![Netlify Status](https://api.netlify.com/api/v1/badges/927c840e-43dc-4721-9d49-aac06f52c33f/deploy-status)](https://app.netlify.com/projects/metal-stack-io/deploys)
44

55
This repository contains the website including the documentation of [metal-stack.io](https://metal-stack.io).
66

docusaurus.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const config: Config = {
5757
},
5858
// Please change this to your repo.
5959
// Remove this to remove the "edit this page" links.
60-
editUrl: "https://github.com/metal-stack/docs-new/tree/main/",
60+
editUrl: "https://github.com/metal-stack/website/tree/main/",
6161
// Useful options to enforce blogging best practices
6262
onInlineTags: "warn",
6363
onInlineAuthors: "ignore",
@@ -81,7 +81,7 @@ const config: Config = {
8181
sidebarPath: "./sidebars.ts",
8282
// Please change this to your repo.
8383
// Remove this to remove the "edit this page" links.
84-
editUrl: "https://github.com/metal-stack/docs-new/tree/main/",
84+
editUrl: "https://github.com/metal-stack/website/tree/main/",
8585
},
8686
blog: false,
8787
theme: {

0 commit comments

Comments
 (0)