diff --git a/doc/API.md b/doc/API.md index f1a5416..1b3dff5 100644 --- a/doc/API.md +++ b/doc/API.md @@ -4,7 +4,7 @@ Le système utilise plusieurs macro *GFX*,*GUI*, etc pour appeler les fonctions Les arguments sont passés sur la pile (Convention C : dernier argument empilé en premier, nettoyage par l'appelant géré par la macro). - * [CGA](/doc/API_CGA.md) : controleur graphique CGA - * [MEMORY](/doc/API_MEMORY.md) : controleur graphique CGA + * [CGA](doc/API_CGA.md) : controleur graphique CGA + * [MEMORY](doc/API_MEMORY.md) : controleur graphique CGA - * [MEMORY MAP](/doc/MEMORY_MAP.md) : Plan de la mémoire \ No newline at end of file + * [MEMORY MAP](doc/MEMORY_MAP.md) : Plan de la mémoire \ No newline at end of file