Skip to content

Commit

Permalink
move from envox.hr/gitea to envox.eu/gitea
Browse files Browse the repository at this point in the history
  • Loading branch information
mvladic committed Nov 23, 2024
1 parent e2ec832 commit bac9a9f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/project-editor/project/ui/Wizard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ import { ButtonAction } from "eez-studio-ui/action";
import type { CommandsProtocolType } from "eez-studio-shared/extensions/extension";
import { compareVersions } from "eez-studio-shared/util";

// from https://envox.hr/gitea
// from https://envox.eu/gitea
interface TemplateProject {
clone_url: string;
html_url: string;
Expand Down Expand Up @@ -382,7 +382,7 @@ class WizardModel {

async fetchTemplateProjects() {
const result = await fetch(
"https://envox.hr/gitea/api/v1/repos/search?q=eez-flow-template&topic=true"
"https://envox.eu/gitea/api/v1/repos/search?q=eez-flow-template&topic=true"
);
const data = await result.json();
const templateProjects = data.data.map(
Expand Down Expand Up @@ -875,7 +875,7 @@ class WizardModel {
id: "_templates",
label: (
<Count
label="From envox.hr/gitea"
label="From envox.eu/gitea"
count={this.templateProjectTypes.length}
attention={false}
></Count>
Expand Down

0 comments on commit bac9a9f

Please sign in to comment.