From fd58672bc3b7d5db6e78d785eb2a5088b6339c45 Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Sat, 2 May 2020 16:30:09 +0200 Subject: [PATCH] docs: link text (#3326) --- docs/collections/_development/serializers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/collections/_development/serializers.md b/docs/collections/_development/serializers.md index c43d68578..fb96894ab 100644 --- a/docs/collections/_development/serializers.md +++ b/docs/collections/_development/serializers.md @@ -45,6 +45,6 @@ Triggered before deserialization to perform checks, eg warn the user that databa ``ZIF_ABAPGIT_OBJECT~GET_DESERIALIZE_STEPS`` Defines the kind of Deserialzation Step (DDIC, ABAP, LATE), which is used to build the processing sequence of an import run -When adding new serializers, add tests to organization https://github.com/abapGit-tests +When adding new serializers, add tests to organization [abapGit-tests](https://github.com/abapGit-tests) Deserialization sequence/prioritization is handled in `ZCL_ABAPGIT_OBJECTS->PRIORITIZE_DESER`