Skip to content

Commit e3ef64b

Browse files
mburricaebr
authored andcommitted
chore: change url from puzzle to /swiss
1 parent 4447c99 commit e3ef64b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

publiccode.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
publiccodeYmlVersion: 0.4.0
22
name: publiccode editor
3-
url: https://github.com/puzzle/publiccode-editor
3+
url: https://github.com/swiss/publiccode-editor
44
softwareVersion: 2.1.0
55
releaseDate: 2025-07-03
66
platforms:

src/app/components/Head.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const Head = ({ onSettingsClick }: { onSettingsClick: () => void }): JSX.Element
3737
<LinkListItem href="https://yml.publiccode.tools/">
3838
{t("editor.needhelp")}
3939
</LinkListItem>
40-
<LinkListItem href="https://github.com/puzzle/publiccode-editor">
40+
<LinkListItem href="https://github.com/swiss/publiccode-editor">
4141
{t("editor.source_code")}
4242
</LinkListItem>
4343
</LinkList>

0 commit comments

Comments
 (0)