Skip to content

Commit

Permalink
docker url fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bsrdjan committed Feb 6, 2021
1 parent 1ea02cb commit 53dbaf7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion abap-api-tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ SAP NWRFC SDK dll or so libs are required for ABAP systems connectivity and shal

Without SAP NWRFC SDK, the `make` command and custom ui configurations can be used with [ABAP annotations sample](https://github.com/SAP/fundamental-tools/tree/sample).

SAP employees and developers in SAP internal network can also use [abap-api-tools docker image](../docker/abap-node.Dockerfile), with full functionality. The `abap` command shall be invoked with `docker exec abap-node` prefix:
SAP employees and developers in SAP internal network can also use [abap-api-tools docker image](https://github.com/SAP/fundamental-tools/blob/main/docker/abap-node.Dockerfile), with full functionality. The `abap` command shall be invoked with `docker exec abap-node` prefix:

```shell
docker exec abap-node abap
Expand Down
2 changes: 1 addition & 1 deletion abap-api-tools/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion abap-api-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "abap-api-tools",
"description": "ABAP api tools",
"version": "1.6.0",
"version": "1.6.1",
"homepage": "https://github.com/sap/fundamental-tools",
"author": "SAP",
"license": "Apache-2.0",
Expand Down

0 comments on commit 53dbaf7

Please sign in to comment.