Skip to content

Commit ae7cd44

Browse files
authored
Fix link (#172)
Link was broken in https://fusionjs.com/docs/overview/create-a-new-project, presumably due to some gatsby bug
1 parent fe44967 commit ae7cd44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/docs/overview/create-a-new-project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ $ npx create-fusion-app my-fusion-app
2323

2424
Keep in mind however that Fusion.js assumes you are using `yarn` throughout development and production workflows, not `npm`.
2525

26-
For an overview of what the scaffold contains and how to use it, view the documentation for [create-fusion-app](https://github.com/fusionjs/fusionjs/tree/master/create-fusion-app).
26+
For an overview of what the scaffold contains and how to use it, view the documentation for <a href="https://github.com/fusionjs/fusionjs/tree/master/create-fusion-app">create-fusion-app</a>.
2727

2828
## Creating a new project from scratch
2929

0 commit comments

Comments
 (0)