196: Forbidden URI type for linked Aneamal file

You linked an Aneamal file with [a]->. The arrow is supposed to be followed by the path of a local Aneamal file. In your case it is followed by a different type of URI though, for example an absolute URL of a remote website, a data URI or an URI fragment.

Solution

Use a path that is relative to the Aneamal root directory or one which is relative to the current file’s directory:

% this is relative to the Aneamal root:
[a]->/en/example.nml
% this is a file in the same directory as the current file:
[a]->example.nml

Instead of linking an Aneamal file, you can also embed an Aneamal like in the following example:

[a]
|Here’s the first line of your embedded content.
|And here is the second line.