Skip to content

Commit 18c7d21

Browse files
committed
avoid linking to sap-internal sites
1 parent d0a069a commit 18c7d21

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

cds-plugin.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// https://pages.github.tools.sap/cap/docs/node.js/cds-plugins
1+
// https://cap.cloud.sap/docs/node.js/cds-plugins
22
"use strict";
33

44
const cds = require("@sap/cds");

example-cap-server/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
Ideally, we would want to mount our library as a `file:` dependency in this sample project. Unfortunately CDS does not
66
handle `file:` dependencies correctly, because they are realized through symlinks.
7-
https://github.tools.sap/cap/issues/issues/14395
87

98
To circumvent this, we now copy the required file at runtime into the dependencies of the sample project. See the
109
`copy-library` task in [package.json](./package.json). This step is not necessary when installing our library normally.

0 commit comments

Comments
 (0)