Skip to content

Commit

Permalink
avoid linking to sap-internal sites
Browse files Browse the repository at this point in the history
  • Loading branch information
rlindner81 committed Sep 11, 2023
1 parent d0a069a commit 18c7d21
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion cds-plugin.js
Original file line number Diff line number Diff line change
@@ -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");
Expand Down
1 change: 0 additions & 1 deletion example-cap-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 18c7d21

Please sign in to comment.