33
44# fresh
55
6- <img align =" right " src =" https://fresh.deno .dev/logo.svg " height =" 150px " alt =" The Fresh logo: a sliced lemon dripping with juice " >
6+ <img align =" right " src =" https://usefresh .dev/logo.svg " height =" 150px " alt =" The Fresh logo: a sliced lemon dripping with juice " >
77
88** Fresh** is a next generation web framework, built for speed, reliability, and
99simplicity.
@@ -18,8 +18,8 @@ Some stand-out features:
1818
1919## 📖 Documentation
2020
21- The [ documentation] ( https://fresh.deno .dev/docs/introduction ) is available on
22- [ fresh.deno. dev] ( https://fresh.deno .dev/ ) .
21+ The [ documentation] ( https://usefresh .dev/docs/introduction ) is available on
22+ [ usefresh. dev] ( https://usefresh .dev/ ) .
2323
2424## 🚀 Getting started
2525
@@ -58,7 +58,7 @@ To deploy the project to the live internet, you can use
5858 subdomain with no configuration necessary.
5959
6060For a more in-depth getting started guide, visit the
61- [ Getting Started] ( https://fresh.deno .dev/docs/getting-started ) page in the Fresh
61+ [ Getting Started] ( https://usefresh .dev/docs/getting-started ) page in the Fresh
6262docs.
6363
6464## Contributing
@@ -69,9 +69,8 @@ We appreciate your help! To contribute, please read our
6969## Adding your project to the showcase
7070
7171If you feel that your project would be helpful to other Fresh users, please
72- consider putting your project on the
73- [ showcase] ( https://fresh.deno.dev/showcase ) . However, websites that are just for
74- promotional purposes may not be listed.
72+ consider putting your project on the [ showcase] ( https://usefresh.dev/showcase ) .
73+ However, websites that are just for promotional purposes may not be listed.
7574
7675To take a screenshot, run the following command.
7776
@@ -88,15 +87,15 @@ preferably with source code on GitHub, but not required.
8887![ Made with Fresh] ( ./www/static/fresh-badge.svg )
8988
9089``` md
91- [ ![ Made with Fresh] ( https://fresh.deno. dev/fresh-badge.svg )] ( https://fresh.deno .dev )
90+ [ ![ Made with Fresh] ( https://usefresh. dev/fresh-badge.svg )] ( https://usefresh .dev )
9291```
9392
9493``` html
95- <a href =" https://fresh.deno .dev" >
94+ <a href =" https://usefresh .dev" >
9695 <img
9796 width =" 197"
9897 height =" 37"
99- src =" https://fresh.deno .dev/fresh-badge.svg"
98+ src =" https://usefresh .dev/fresh-badge.svg"
10099 alt =" Made with Fresh"
101100 />
102101</a >
@@ -105,15 +104,15 @@ preferably with source code on GitHub, but not required.
105104![ Made with Fresh(dark)] ( ./www/static/fresh-badge-dark.svg )
106105
107106``` md
108- [ ![ Made with Fresh] ( https://fresh.deno. dev/fresh-badge-dark.svg )] ( https://fresh.deno .dev )
107+ [ ![ Made with Fresh] ( https://usefresh. dev/fresh-badge-dark.svg )] ( https://usefresh .dev )
109108```
110109
111110``` html
112- <a href =" https://fresh.deno .dev" >
111+ <a href =" https://usefresh .dev" >
113112 <img
114113 width =" 197"
115114 height =" 37"
116- src =" https://fresh.deno .dev/fresh-badge-dark.svg"
115+ src =" https://usefresh .dev/fresh-badge-dark.svg"
117116 alt =" Made with Fresh"
118117 />
119118</a >
0 commit comments