You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Summary
Fixes URLs for badges in Quickstart
## How was it tested?
Launchpad + Localhost
---------
Co-authored-by: Mike Landau <mikeland86@gmail.com>
Copy file name to clipboardExpand all lines: docs/app/docs/quickstart.mdx
+6-6
Original file line number
Diff line number
Diff line change
@@ -86,13 +86,13 @@ We’ll create a new development environment with the packages we need. These pa
86
86
87
87
Once you publish your Devbox project to Github, you can help other developers get started by adding the Devbox Badge to your repo. Please copy the code snippets below and paste them into your README.md to add the badge
88
88
89
-

89
+
[](https://jetpack.io/devbox/docs/contributor-quickstart/)
90
90
91
91
<Tabs>
92
92
<TabItemvalue='md'label='Markdown'>
93
93
94
94
```md
95
-
[](https://jetpack.io/devbox/docs/contributor-quickstart/)
95
+
[](https://jetpack.io/devbox/docs/contributor-quickstart/)
96
96
```
97
97
98
98
</TabItem>
@@ -101,7 +101,7 @@ Once you publish your Devbox project to Github, you can help other developers ge
0 commit comments