diff --git a/cds-plugin.js b/cds-plugin.js index c5de50e..7c69e25 100644 --- a/cds-plugin.js +++ b/cds-plugin.js @@ -1,4 +1,4 @@ -// https://pages.github.tools.sap/cap/docs/node.js/cds-plugins +// https://cap.cloud.sap/docs/node.js/cds-plugins "use strict"; const cds = require("@sap/cds"); diff --git a/example-cap-server/README.md b/example-cap-server/README.md index b8d5027..68b3b90 100644 --- a/example-cap-server/README.md +++ b/example-cap-server/README.md @@ -4,7 +4,6 @@ Ideally, we would want to mount our library as a `file:` dependency in this sample project. Unfortunately CDS does not handle `file:` dependencies correctly, because they are realized through symlinks. -https://github.tools.sap/cap/issues/issues/14395 To circumvent this, we now copy the required file at runtime into the dependencies of the sample project. See the `copy-library` task in [package.json](./package.json). This step is not necessary when installing our library normally.