Skip to content

Commit ab09c1c

Browse files
authored
Fix link to Note Analyzer (#192)
1 parent cec2106 commit ab09c1c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/user-guide/getting-started/install.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ order: 10
88

99
abapGit exists in 2 flavours: _standalone_ version or _developer_ version.
1010

11-
* The standalone version is targeted at users. It consist of one (huge) program which contains all the needed code. You run the standalone version in transaction `SE38`, executing the program you created.
11+
* The standalone version is targeted at users. It consists of one (huge) program which contains all the needed code. You run the standalone version in transaction `SE38`, executing the program you created.
1212
* The developer version is targeted at developers contributing to the abapGit codebase. It consists of all the ABAP programs/classes/interfaces/etc. of the abapGit project. You run the developer version with transaction `ZABAPGIT`. Only the developer version supports parallel processing, so it might be of interest to you even if you do not intend to contribute.
1313

1414
## Prerequisites
1515

1616
abapGit requires SAP BASIS version 702 or higher.
1717

18-
abapGit works best with SAP GUI for Windows. Check [SAP GUI](/user-guide/setup/sapgui.html) for details about the SAP GUI Browser Control and other SAP GUI version (for Java or for HTML).
18+
abapGit works best with SAP GUI for Windows. Check [SAP GUI](/user-guide/setup/sapgui.html) for details about the SAP GUI Browser Control and other SAP GUI versions (for Java or for HTML).
1919

20-
You can check your system for recommended SAP Notes using [Note Analyzer](/reference/note-analyzer.html).
20+
You can check your system for recommended SAP Notes using [Note Analyzer](/user-guide/reference/note-analyzer.html).
2121

2222
## Install Standalone Version
2323

@@ -32,30 +32,30 @@ Now you can use abapGit by executing the report in transaction `SE38`.
3232

3333
## Install Developer Version
3434

35-
In order to contribute to the abapGit project, you install the developer version. First, logon to your SAP system in English (language **EN**) and install the standalone version (see above).
35+
In order to contribute to the abapGit project, you install the developer version. First, log on to your SAP system in English (language **EN**) and install the standalone version (see above).
3636

3737
### Online (Recommended)
3838

39-
Prerequisite to using the online feature is that [SSL must be setup](/user-guide/setup/ssl-setup.md). If your system is not connected to the Internet (e.g. behind a firewall) or doesn't allow proper SSL configuration, then you can use the offline scenario (see below).
39+
The prerequisite to using the online feature is that [SSL must be set up](/user-guide/setup/ssl-setup.md). If your system is not connected to the Internet (e.g. behind a firewall) or doesn't allow proper SSL configuration, then you can use the offline scenario (see below).
4040

4141
1. Run the standalone version of abapGit
4242
1. On the repository list page, select "New Online"
4343
1. Enter `https://github.com/abapGit/abapGit/` for the URL
44-
1. Enter package name `$ABAPGIT` (or select an existing or create new package)
44+
1. Enter package name `$ABAPGIT` (or select an existing or create a new package)
4545
1. Select "Clone Online Repo"
4646
1. Select "Pull"
4747

4848
Transaction `ZABAPGIT` is now available to run the developer version.
4949

5050
### Offline
5151

52-
Download latest version of the abapGit developer version from <https://github.com/abapGit/abapGit/>. Select **Code** > **Download ZIP** and save the file locally.
52+
Download the latest version of the abapGit developer version from <https://github.com/abapGit/abapGit/>. Select **Code** > **Download ZIP** and save the file locally.
5353

5454
![](/img/zip_download.png)
5555

5656
1. Run the standalone version of abapGit
5757
1. On the repository list page, select "New Offline"
58-
1. Enter repo name `abapGit` and package name `$ABAPGIT` (or select an existing or create new package)
58+
1. Enter repo name `abapGit` and package name `$ABAPGIT` (or select an existing or create a new package)
5959
1. Select "Create Offline Repo"
6060
1. Select "Import <sup>zip</sup>"
6161
1. Select the _abapGit-main.zip_ file

0 commit comments

Comments
 (0)