Skip to content

Commit bc65748

Browse files
committed
clarify link to motivation
1 parent f388952 commit bc65748

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
## About PHP/SAP
55

66
PHP/SAP defines a layer of abstraction between actual SAP remote function calls
7-
and your PHP-Code. As to why this project was created, you can read the
8-
[motivation](motivation).
7+
and your PHP-Code. As to why this project has been created and which goals it
8+
wants to achieve, you can read the [motivation](motivation).
99

1010
[![PHP/SAP](res/php-sap.svg)](res/php-sap.svg)
1111

@@ -19,5 +19,6 @@ The [common classes and exceptions][common] add logic that is not specific to
1919
The module specific implementations contain code that is specific to [the
2020
underlying PHP-module](php-modules).
2121

22+
2223
[interfaces]: https://github.com/php-sap/interfaces "Interfaces for implementing the PHP/SAP API."
2324
[common]: https://github.com/php-sap/common "Exceptions and abstract classes containing logic for PHP/SAP that is not specific to the underlying PHP module."

0 commit comments

Comments
 (0)