Skip to content

Commit

Permalink
Fixed documentation links (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrptrc authored Oct 14, 2024
1 parent 583e454 commit b74a5e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Frontend

_Check the [related documentation](https://swiss-ai-center.github.io/core-engine/reference/webapp) for more information._
_Check the [related documentation](https://docs.swiss-ai-center.ch/reference/core-engine/#frontend) for more information._
2 changes: 1 addition & 1 deletion frontend/src/components/Copyright/Copyright.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function Copyright() {
</Link>
</Tooltip>
<Tooltip title={"Documentation"}>
<Link color={"inherit"} href={"https://swiss-ai-center.github.io/core-engine/"}
<Link color={"inherit"} href={"https://docs.swiss-ai-center.ch/reference/core-engine/"}
underline={"none"} target={"_blank"}>
<IconButton sx={{marginLeft: "auto"}} color={"primary"} size={"large"}>
<DescriptionTwoTone/>
Expand Down

0 comments on commit b74a5e0

Please sign in to comment.