From a15808ae86ee4d38a3c77a023d9a53ad5b906f9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1m=20Brudzewsky?= Date: Thu, 22 Feb 2024 13:04:01 +0100 Subject: [PATCH] fix urls --- docs/API/Link.Create.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/API/Link.Create.md b/docs/API/Link.Create.md index 84edfe28..f2d52aaf 100644 --- a/docs/API/Link.Create.md +++ b/docs/API/Link.Create.md @@ -277,7 +277,7 @@ Default: **off** Ignores any Link configuration files. -See [Configuration Files](../Usage/ConfigFiles/#the-ignoreconfig-switch) for details. +See [Configuration Files](../../Usage/ConfigFiles/#the-ignoreconfig-switch) for details. ### **text** @@ -287,4 +287,4 @@ Chooses whether plain text arrays are stored using APL Array Notation (APLAN) or `text` is a simple character vector and must be either `'aplan'` or `'plain'`. -See [Array Formats](../Usage/Arrays/) for details. +See [Array Formats](../../Usage/Arrays/) for details.