Skip to content

Commit 3115384

Browse files
authored
Merge pull request #1 from scayle/feature/OCAO-757
Update package.json & readme.md
2 parents 0309b55 + 010ba65 commit 3115384

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
![scayle-logo-cr](https://cdn-prod.scayle.com/public/media/general/SCAYLE-Commerce-Engine-header.png)
22

33
<h1 align="center">
4-
SCAYLE Panel Demo Add-On
4+
SCAYLE Panel Demo Add-on
55
</h1>
66

77
<h4 align="center">
@@ -10,7 +10,7 @@
1010
</h4>
1111

1212
<p align="center">
13-
The SCAYLE <strong>Panel Demo Add-On</strong> is showcasing how to write an Add-On in combination with the SCAYLE Component Library.
13+
The SCAYLE <strong>Panel Demo Add-on</strong> is showcasing how to write an Add-on in combination with the SCAYLE Component Library.
1414
</p>
1515

1616
<p align="center">
@@ -20,15 +20,15 @@
2020

2121
## Getting Started
2222

23-
Visit the [Add-On Developer Guide](https://scayle.dev/en/dev/add-on/introduction) to learn more on how to use the Panel icons.
23+
Visit the [Add-on Developer Guide](https://scayle.dev/en/dev/add-on/introduction) to learn more on how to use the Panel icons.
2424

2525
Visit the [Docs](https://scayle.dev) to learn more about our system requirements.
2626

2727
## What is Scayle ?
2828

2929
[SCAYLE](https://scayle.com) is a full-featured e-commerce software solution that comes with flexible APIs. Within SCAYLE, you can manage all aspects of your shop, such as products, stocks, customers, and transactions.
3030

31-
Learn more about [Scayles’s architecture](https://scayle.dev/en/dev/getting-started/introduction) and [commerce modules](https://scayle.dev/en/dev/getting-started/introduction) in the Docs.
31+
Learn more about [Scayles’s architecture](https://scayle.dev/en/developer-guide/introduction/infrastructure) and [commerce modules](https://scayle.dev/en/getting-started) in the Docs.
3232

3333

3434
## Installation
@@ -76,8 +76,8 @@ To inject addon in it's own isolated container we can use [Shadow DOM](https://d
7676
## Other channels
7777
7878
- [LinkedIn](https://www.linkedin.com/company/scaylecommerce/)
79-
- [Jobs](https://careers.smartrecruiters.com/ABOUTYOUGmbH/scayle)
80-
- [AboutYou Tech Blog](https://aboutyou.tech/)
79+
- [Jobs](https://www.scayle.com/company/career/)
80+
- [SCAYLE](https://scayle.com)
8181
8282
## License
8383
Licensed under the [MIT](https://opensource.org/license/mit/)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"build:watch": "vite build --watch --mode development",
1616
"watch": "run-p build:watch preview",
1717
"generate:ssl": "bash -c ./server-ssl/generate-ssl.sh",
18-
"prepare": "bash -c ./scripts/prepare.sh && husky install",
18+
"prepare": "bash -c ./scripts/prepare.sh",
1919
"code-lint": "eslint --fix 'src/**/*.{ts,tsx,vue,js}'",
2020
"lint-staged": "lint-staged"
2121
},

0 commit comments

Comments
 (0)