Change git repo url

This commit is contained in:
rui hildt 2020-08-16 19:28:35 +02:00
parent 4d1984444a
commit 121f5c6e92
1 changed files with 3 additions and 3 deletions

View File

@ -101,8 +101,8 @@ function HomeView() {
} }
} }
// // TODO Find a solution to trigger a re-render of the map // TODO Find a solution to trigger a re-render of the map
// // Add dashes to shortest path edges // Add dashes to shortest path edges
// let path = test.path; // let path = test.path;
// let pairs = []; // let pairs = [];
@ -191,7 +191,7 @@ function HomeView() {
/> />
} }
<Section> <Section>
<p>On github: <a href="https://github.com/ruihildt/dijkstra">backend</a> & <a href="https://github.com/ruihildt/dijkstra-frontend">frontend</a> </p> <p>Git: <a href="https://git.armada.digital/rui/dijkstra-backend">backend</a> & <a href="https://git.armada.digital/rui/dijkstra-frontend">frontend</a> </p>
</Section> </Section>
</Main> </Main>
); );