Skip to content

Commit 8450cb0

Browse files
committed
fix: fix online demo
1 parent aab81c0 commit 8450cb0

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
[JSON Schema](https://json-schema.org) generator for your [HELM charts](https://helm.sh).
44

55
Project forked from: https://github.com/SocialGouv/helm-schema
6-
Demo : https://socialgouv.github.io/helm-schema
6+
7+
Demo: https://banshee86vr.github.io/helm-schema
78

89
## Usage
910

demo/src/App.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import CodeEditor from "@uiw/react-textarea-code-editor";
44

55
import "./App.css";
66

7-
import { toJsonSchema } from "@socialgouv/helm-schema";
7+
import { toJsonSchema } from "@bertelli.luca/helm-schema";
88

99
const yaml = `
1010
# @param {object} smtp Your SMTP setup
@@ -45,7 +45,7 @@ function App() {
4545
};
4646
return (
4747
<>
48-
<GithubForkBanner customHref="https://github.com/socialgouv/helm-schema"></GithubForkBanner>
48+
<GithubForkBanner customHref="https://github.com/banshee86vr/helm-schema"></GithubForkBanner>
4949
<h1>helm-schema demo</h1>
5050
<p>
5151
Annotate your HELM values.yaml files with{" "}
@@ -58,7 +58,7 @@ function App() {
5858
</a>{" "}
5959
and extract a values.schema.json -{" "}
6060
<a
61-
href="https://github.com/socialgouv/helm-schema"
61+
href="https://github.com/banshee86vr/helm-schema"
6262
target="_blank"
6363
rel="noopener noreferrer"
6464
>

0 commit comments

Comments
 (0)