From 2b7bb5da38bc2e12d6e22476567e133d1b62ab61 Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Mon, 22 Apr 2019 13:26:30 +0200 Subject: [PATCH] docs: fix links --- docs/collections/_development/file-formats.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/collections/_development/file-formats.md b/docs/collections/_development/file-formats.md index 2760bbaff..33657298f 100644 --- a/docs/collections/_development/file-formats.md +++ b/docs/collections/_development/file-formats.md @@ -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)