From f9e03eecff337de6bf40e9a88939e6b2f3abfe18 Mon Sep 17 00:00:00 2001 From: OLSSON Hans Date: Mon, 3 May 2021 14:45:40 +0200 Subject: [PATCH] Clarify that absolute URI, might be changed later. Closes #2701. --- chapters/packages.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapters/packages.tex b/chapters/packages.tex index 529f71c10..5bdc866f0 100644 --- a/chapters/packages.tex +++ b/chapters/packages.tex @@ -283,7 +283,7 @@ \subsection{The within Clause}\label{the-within-clause} \section{External resources}\label{external-resources} In order to reference external resources from documentation (such as links and images in html-text) and/or to reference images in the \lstinline!Bitmap! annotation (see \cref{bitmap}). -URIs should be used, for example \filename{file:///} and the URI scheme \filename{modelica://} which can be used to retrieve resources associated with a package. +Absolute URIs should be used, for example \filename{file:///} and the URI scheme \filename{modelica://} which can be used to retrieve resources associated with a package. According to the URI specification scheme names are case-insensitive, but the lower-case form should be used, that is \filename{Modelica://} is allowed but \filename{modelica://} is the recommended form. The Modelica-scheme\index{Modelica!URI scheme}\index{URI!Modelica} has the ability to reference a hierarchical structure of resources associated with packages.