Skip to content

Commit

Permalink
update link closes #849
Browse files Browse the repository at this point in the history
  • Loading branch information
FSM1 committed Apr 27, 2021
1 parent 5fcb517 commit 87673d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/files-ui/src/Components/FilesRoutes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const ROUTE_LINKS = {
Terms: "https://files.chainsafe.io/terms-of-service",
ChainSafe: "https://chainsafe.io/",
// TODO: update link
ApplyCryptography: "https://chainsafe.io/",
ApplyCryptography: "https://medium.com/chainsafe-systems/major-improvement-to-chainsafe-files-ab489d3e52a2",
Home: (path?: string) => `/home${path ? `?path=${path}` : ""}`,
Search: (search?: string) => `/search${search ? `?search=${search}` : ""}`,
Bin: "/bin",
Expand Down

0 comments on commit 87673d5

Please sign in to comment.