Dyalog / link

Source code for Link – the built-in component that enables the use of text files as the primary storage mechanism for APL source code
https://dyalog.github.io/link
MIT License
19 stars 12 forks source link

]LINK -? hyperlink both broken and wrong #473

Closed bpbecker closed 2 years ago

bpbecker commented 2 years ago
      ]link -?

Produces text that begins with

LINK          User commands for namespace-directory synchronisation (see https://github.com/dyalog/link/wiki):
  Add          Associate item in linked namespace with new file/directory in corresponding directory

The current hyperlink points to the Link 2.0 documentation and should instead be: https://dyalog.github.io/link/3.0/

Also, because of the way the interpreter tries to detect hyperlinks, the "):" is included in the hyperlink and results in a 404 error.

The simple solution is to change the text by adding surrounding spaces: ( see https://dyalog.github.io/link/3.0/ );

abrudz commented 2 years ago

Fixed (as part of SALT)