diff --git a/README.md b/README.md index 941604b..e80bc5c 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ **Web-Maker** is an offline playground for your web experiments. Something like CodePen or JSFiddle, but much more faster and works offline because it runs completely on your system. -## [Open Web App](https://webmaker.app/app/) (Recommended: More features. More fun!) +## [Open Web App](https://webmaker.app/create/) (Recommended: More features. More fun!) or diff --git a/packages/website/docs/getting-started.md b/packages/website/docs/getting-started.md index 57ab1bc..dac1929 100644 --- a/packages/website/docs/getting-started.md +++ b/packages/website/docs/getting-started.md @@ -8,7 +8,7 @@ Web Maker is available as a Web app and a Chrome extension. Web app is recommend **Web app** -The web app requires no installation. Just [goto the app url](/app/). Once you open the app, it is available for offline use in future. +The web app requires no installation. Just [goto the app url](/create/). Once you open the app, it is available for offline use in future. **Chrome extension** @@ -20,7 +20,7 @@ Here is the link to the Chrome extension 👉 [Chrome Web Store](https://chrome. **Web app** -As mentioned, the Web app can be simply opened by visiting [https://webmaker.app/app/](/app/). +As mentioned, the Web app can be simply opened by visiting [https://webmaker.app/create/](/create/). **Chrome extension** diff --git a/packages/website/docs/settings.md b/packages/website/docs/settings.md index c66d865..f5be42a 100644 --- a/packages/website/docs/settings.md +++ b/packages/website/docs/settings.md @@ -9,13 +9,13 @@ At rare times, you might find yourself in a situation where you are not able to Say, you want to turn off `autoPreview` (which runs your code automatically on fresh launch and then on subsequent changes). You can do so by opening the following URL: ``` -https://webmaker.app/app?settings=autoPreview:false +https://webmaker.app/create?settings=autoPreview:false ``` Say, you want to turn off monaco editor also: ``` -https://webmaker.app/app?settings=autoPreview:false,isMonacoEditorOn:false +https://webmaker.app/create?settings=autoPreview:false,isMonacoEditorOn:false ``` **Note**: Currently overrides work only for `autoPreview` and `isMonacoEditorOn` options. More coming soon. diff --git a/src/components/Notifications.jsx b/src/components/Notifications.jsx index 75e3c5c..cc773fb 100644 --- a/src/components/Notifications.jsx +++ b/src/components/Notifications.jsx @@ -227,7 +227,7 @@ export function Notifications(props) { autoPreview and isMonacoEditorOn are supported. Example:{' '} - https://webmaker.app/app?settings=autoPreview:false,isMonacoEditorOn:true + https://webmaker.app/create?settings=autoPreview:false,isMonacoEditorOn:true @@ -620,11 +620,11 @@ export function Notifications(props) { as web app that runs offline just like the extension! Checkout it out -> - https://webmaker.app/app/ + https://webmaker.app/create/ . diff --git a/src/components/OnboardingModal.jsx b/src/components/OnboardingModal.jsx index 69a4b72..8f84aa2 100644 --- a/src/components/OnboardingModal.jsx +++ b/src/components/OnboardingModal.jsx @@ -19,11 +19,11 @@ export function OnboardingModal(props) {

- Open Web Maker anytime by visiting https://webmaker.app/app/{' '} - - Even when you are offline! It just works! 😱{' '} - Drag the following bookmarklet on your bookmark bar - to create a quick access shortcut: - + Open Web Maker anytime by visiting{' '} + https://webmaker.app/create/ - Even when you are offline! It + just works! 😱 Drag the following bookmarklet on + your bookmark bar to create a quick access shortcut: +