Skip to content

Commit b1c004a

Browse files
committed
Update repository URLs
1 parent b4e93b9 commit b1c004a

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.env-sample

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
LCH_SHARED_EXTENSION_DOCS_URL=https://github.com/launchlet/launchlet-extension
2-
LCH_SHARED_PACKAGE_DOCS_URL=https://github.com/launchlet/launchlet/blob/master/os-app/dev-package/README.md
1+
LCH_SHARED_EXTENSION_DOCS_URL=https://github.com/rosano/launchlet-extension
2+
LCH_SHARED_PACKAGE_DOCS_URL=https://github.com/rosano/launchlet/blob/master/os-app/dev-package/README.md
33

44
LCH_VITRINE_VIDEO_URL_1="https://www.youtube-nocookie.com/embed/JOrt_zgKtgY"
55
LCH_VITRINE_VIDEO_URL_2="https://www.youtube-nocookie.com/embed/-G0GswR1diA"
@@ -11,7 +11,7 @@ LCH_SHARED_BRUEGHEL_URL=https://static.rosano.ca/launchlet/brueghel.jpg
1111

1212
SWAR_LINK_URL=https://ring.0data.app/#random
1313

14-
OLSK_REPO_URL=https://github.com/launchlet/launchlet
14+
OLSK_REPO_URL=https://github.com/rosano/launchlet
1515

1616
OLSK_APROPOS_FEEDBACK_EMAIL="XXXXX"
1717

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ _Customize the web with JavaScript or CSS_
66

77
<a href="https://launchlet.dev">Launchlet</a> is a simple way to add a name to snippets of code and run it. Inspired by [Quicksilver](https://qsapp.com/), it functions primarily via mouseless interaction and lets you access your Recipes with a few keyboard strokes. You can also use it to personalize websites with custom CSS or JavaScript. Read the <a href="https://launchlet.dev">guide</a> for more details.
88

9-
You can run Launchlet as a [bookmarklet](https://launchlet.dev/compose), [browser extension](https://github.com/launchlet/launchlet-extension), or as a [module](https://github.com/launchlet/launchlet/tree/master/os-app/dev-package) in your own project to add a 'jump to' functionality.
9+
You can run Launchlet as a [bookmarklet](https://launchlet.dev/compose), [browser extension](https://github.com/rosano/launchlet-extension), or as a [module](https://github.com/rosano/launchlet/tree/master/os-app/dev-package) in your own project to add a 'jump to' functionality.
1010

1111
There is also an app where you can compose a launcher personalized with your own Recipes.
1212

os-app/dev-package/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
],
66
"repository": {
77
"type" : "git",
8-
"url" : "https://github.com/launchlet/launchlet.git"
8+
"url" : "https://github.com/rosano/launchlet.git"
99
}
1010
}

os-app/open-guide/text-en.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Running arbitrary JavaScript can be dangerous, and this project comes with no gu
5252
- dynamic code such as `eval` or `new Function()`
5353
- stateful code that calls `document.cookie`, `localStorage`, `sessionStorage`, `XMLHttpRequest`, `fetch`
5454

55-
Anyone with security expertise and ideas on how to improve safety in the project is welcome to add a [GitHub Issue](https://github.com/launchlet/launchlet/issues).
55+
Anyone with security expertise and ideas on how to improve safety in the project is welcome to add a [GitHub Issue](https://github.com/rosano/launchlet/issues).
5656

5757
It is best to run code that is concise and easy to read.
5858

0 commit comments

Comments
 (0)