Skip to content

Commit 585a00d

Browse files
committed
docs: fix links in ui.frontend/README.md to contain full urls.
There is an open bug npm/marky-markdown#449 which suggests this workaround. On top of that I changed the package.json to represent that we are here in a monorepo
1 parent 9d55d09 commit 585a00d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

ui.frontend/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Frontend Library of the AEM Module to integrate Valtech's Search as a Service
22

3-
This is the frontend library of the [AEM Module to integrate Valtech's Search as a Service](../README.md).
3+
This is the frontend library of the [AEM Module to integrate Valtech's Search as a Service](https://github.com/valtech-ch/saas-aem-module/blob/main/README.md).
44
More info about the project can be also found there.
55

66
## Integration
77

88
The frontend sources can be either embedded with clientlibs or added as a dependency in your frontend build.
9-
To use with clientlibs, please see the details outlined [here](../README.md#clientlibs).
9+
To use with clientlibs, please see the details outlined [here](https://github.com/valtech-ch/saas-aem-module/blob/main/README.md#clientlibs).
1010

1111
## Build and release procedure
1212

ui.frontend/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"description": "Frontend of the Valtech CH Search as a Service module",
55
"repository": {
66
"type": "git",
7-
"url": "https://github.com/valtech-ch/saas-aem-module"
7+
"url": "https://github.com/valtech-ch/saas-aem-module",
8+
"directory": "ui.frontend"
89
},
910
"author": {
1011
"name": "Valtech Switzerland AG",

0 commit comments

Comments
 (0)