Skip to content

Commit

Permalink
fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
rikedyp committed Feb 18, 2025
1 parent d7658cc commit 4cf72a0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions docs/API/Link.Create.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ From a user command, the syntax is `-customExtensions=var` where `var` holds the

If you have specified a **beforeRead** handler function, and your code supports the use of custom file extensions to store source data in application-specific formats, you need to set **customExtensions** so that Link does not ignore changes to these file types.

The reason for splitting the list of extensions into two parts ([**codeExtensions**](#code-extensions) and **customExtensions**) is to avoid your code having to repeat the list of standard extensions, or update this list if it should be extended in the future.
The reason for splitting the list of extensions into two parts ([**codeExtensions**](#codeextensions) and [**customExtensions**](#customextensions)) is to avoid your code having to repeat the list of standard extensions, or update this list if it should be extended in the future.

### **typeExtensions**
Default: `6 2⍴2 'apla' 3 'aplf' 4 'aplo' 9.1 'apln' 9.4 'aplc' 9.5 'apli'`
Expand Down Expand Up @@ -277,8 +277,7 @@ Default: **off**

Ignores any Link configuration files.

See [Configuration Files](../../Usage/ConfigFiles/#the-ignoreconfig-switch) for details.

See [Configuration Files](../Usage/ConfigFiles.md#the-ignoreconfig-switch) for details.

### **text**
Default: **aplan**
Expand All @@ -287,4 +286,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.md) for details.
4 changes: 2 additions & 2 deletions docs/Usage/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Use these instructions to

## Required: the .NET Framework

.NET allows Dyalog to update workspace contents automatically when you use external editors or source code management systems to edit the files. Without .NET, [watch](http://localhost:8000/Usage/api/Link.Create.md#watch) can only be set to `ns` and Link can only update files with changes made by the Dyalog editor or using [Link.Add](../API/Link.Add.md).
.NET allows Dyalog to update workspace contents automatically when you use external editors or source code management systems to edit the files. Without .NET, [watch](../API/Link.Create.md#watch) can only be set to `ns` and Link can only update files with changes made by the Dyalog editor or using [Link.Add](../API/Link.Add.md).

Link has been tested with the .NET Framework version 4 and .NET versions 6 and 8, and is expected to work with any later version of .NET.

Expand All @@ -43,7 +43,7 @@ Link has been tested with the .NET Framework version 4 and .NET versions 6 and 8

=== "AIX"

.NET is not available for AIX. Therefore [watch](../api/Link.Create.md#watch) can only be set to **ns** and Link can only update files with changes made by the Dyalog editor. The workspace contents will not be updated as a result of changes made by external editors.
.NET is not available for AIX. Therefore [watch](../API/Link.Create.md#watch) can only be set to **ns** and Link can only update files with changes made by the Dyalog editor. The workspace contents will not be updated as a result of changes made by external editors.


## Step 2: Download a Link ZIP
Expand Down

0 comments on commit 4cf72a0

Please sign in to comment.