docs: fix links

This commit is contained in:
Lars Hvam 2019-04-22 13:26:30 +02:00 committed by GitHub
parent b7a80b0aa7
commit 2b7bb5da38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ title: Object File Formats
order: 40
---
All files for an object are located in the same folder, each folder corresponds to a package. Subpackages are organized under parent packages(directories) according to the logic described in http://docs.abapgit.org/ref-dot-abapgit.html
All files for an object are located in the same folder, each folder corresponds to a package. Subpackages are organized under parent packages(directories) according to the logic described in [http://docs.abapgit.org/ref-dot-abapgit.html](http://docs.abapgit.org/ref-dot-abapgit.html)
# CLAS
Files corresponding to the editable parts in source based class builder or ABAP in Eclipse:
@ -24,4 +24,4 @@ One XML file `zcl_example.clas.xml` containing:
* LINES from DOKU
* Descriptions from SEOCOMPOTX
See example https://github.com/abapGit-tests/CLAS_full
See example [https://github.com/abapGit-tests/CLAS_full](https://github.com/abapGit-tests/CLAS_full)