diff --git a/README.md b/README.md index 695b8b978..98f56dca1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -![CI](https://github.com/larshp/abapGit/workflows/CI/badge.svg) +![CI](https://github.com/abapGit/abapGit/workflows/CI/badge.svg) [![Slack](https://abapgit-slackinviter.herokuapp.com/badge.svg)](https://abapgit-slackinviter.herokuapp.com/) -[![abap package version](https://img.shields.io/endpoint?url=https://shield.abap.space/version-shield-json/github/larshp/abapGit/src/zif_abapgit_version.intf.abap/gc_abap_version&label=version)](https://github.com/larshp/abapGit/blob/master/src/zif_abapgit_version.intf.abap) +[![abap package version](https://img.shields.io/endpoint?url=https://shield.abap.space/version-shield-json/github/abapGit/abapGit/src/zif_abapgit_version.intf.abap/gc_abap_version&label=version)](https://github.com/abapGit/abapGit/blob/master/src/zif_abapgit_version.intf.abap) # abapGit @@ -40,7 +40,7 @@ You can find the contribution guidelines [here](CONTRIBUTING.md). See [dotabap.org](https://dotabap.org) or [this page](https://docs.abapgit.org/other-where-used.html). ## FAQ -For questions/comments/bugs/feature requests/wishes please create an [issue](https://github.com/larshp/abapGit/issues) +For questions/comments/bugs/feature requests/wishes please create an [issue](https://github.com/abapGit/abapGit/issues) ![abapgit](https://docs.abapgit.org/img/abapgit_1_99_0.png) diff --git a/docs/collections/_development/contributing.md b/docs/collections/_development/contributing.md index 5eb249d3b..4b8b2a624 100644 --- a/docs/collections/_development/contributing.md +++ b/docs/collections/_development/contributing.md @@ -3,7 +3,7 @@ title: Contributing order: 5 --- -General contribution guidelines can be found [here](https://github.com/larshp/abapGit/blob/master/CONTRIBUTING.md). +General contribution guidelines can be found [here](https://github.com/abapGit/abapGit/blob/master/CONTRIBUTING.md). How to submit a pull request: diff --git a/docs/guide-authentication.md b/docs/guide-authentication.md index 0a6667105..db9e09333 100644 --- a/docs/guide-authentication.md +++ b/docs/guide-authentication.md @@ -26,4 +26,4 @@ You can use the exit `CREATE_HTTP_CLIENT` to implement a different authenticatio ## Security considerations -abapGit intentionally does not provide a way to store login data across sessions. This is because SAP systems are multi-user-systems and since abapGit is mostly used by developers on shared development systems who have extensive authorizations any approach to store passwords runs the risk of getting abused. On local single user systems you can easily implement the exit mentioned above to permanently store the login data in a RFC destination. Otherwise a password manager is the recommended approach to store login data. (See discussion in [#3798](https://github.com/larshp/abapGit/issues/3798)) +abapGit intentionally does not provide a way to store login data across sessions. This is because SAP systems are multi-user-systems and since abapGit is mostly used by developers on shared development systems who have extensive authorizations any approach to store passwords runs the risk of getting abused. On local single user systems you can easily implement the exit mentioned above to permanently store the login data in a RFC destination. Otherwise a password manager is the recommended approach to store login data. (See discussion in [#3798](https://github.com/abapGit/abapGit/issues/3798)) diff --git a/package.json b/package.json index 4e40e3952..f545c4c15 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/larshp/abapGit.git" + "url": "git+https://github.com/abapGit/abapGit.git" }, "devDependencies": { "@abaplint/cli": "^2.54.0",