You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Copy file name to clipboardExpand all lines: ui.frontend/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
# Frontend Library of the AEM Module to integrate Valtech's Search as a Service
2
2
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).
4
4
More info about the project can be also found there.
5
5
6
6
## Integration
7
7
8
8
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).
0 commit comments