Skip to content

Commit 8eab8cd

Browse files
committed
chore: use bootstrap-switzerland dependency from swiss organization
1 parent e3ef64b commit 8eab8cd

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ For details about the Swiss Design System, see:
88
- [Design System for the Swiss Confederation (Stoybook)](https://swiss.github.io/designsystem/?path=/docs/get-started--docs)
99
- [Design System Core Library (Figma)](https://www.figma.com/design/3UYgqxmcJbG0hpWuti3y8U/🇨🇭Design-System-Core-Library)
1010

11-
The application is live at: https://puzzle.github.io/publiccode-editor/
11+
The application is live at: https://swiss.github.io/publiccode-editor/
1212

1313
Below is the original README for the Italian version.
1414

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
],
2929
"repository": {
3030
"type": "git",
31-
"url": "git@github.com:puzzle/publiccode-editor.git"
31+
"url": "git@github.com:swiss/publiccode-editor.git"
3232
},
3333
"jest": {
3434
"moduleNameMapper": {
@@ -43,7 +43,7 @@
4343
"@uiw/react-md-editor": "^4.0.5",
4444
"accessible-autocomplete": "^3.0.1",
4545
"bootstrap": "^5.3.6",
46-
"bootstrap-switzerland": "puzzle/bootstrap-switzerland#gh-pages",
46+
"bootstrap-switzerland": "swiss/bootstrap-switzerland#gh-pages",
4747
"copy-to-clipboard": "^3.3.3",
4848
"countries-list": "^3.0.6",
4949
"date-fns": "^4.1.0",

src/app/contents/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export const {
99
} = import.meta.env;
1010

1111
export const documentationUrl = `https://yml.publiccode.tools`;
12-
export const SAMPLE_YAML_URL = `https://raw.githubusercontent.com/puzzle/publiccode-editor/master/publiccode.yml`;
12+
export const SAMPLE_YAML_URL = `https://raw.githubusercontent.com/swiss/publiccode-editor/master/publiccode.yml`;
1313
export const elasticUrl = ELASTIC_URL || "";
1414
export const AUTOSAVE_TIMEOUT = 15000;
1515
export const DEFAULT_BRANCH = "master";

0 commit comments

Comments
 (0)