From 5d198d6842c5183ed03f25e517e74607b1f9b4ec Mon Sep 17 00:00:00 2001 From: Greg King Date: Wed, 12 May 2021 05:05:39 -0400 Subject: [PATCH] Fixed some URL links in a couple of documents. --- doc/cc65.sgml | 4 ++-- doc/funcref.sgml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/cc65.sgml b/doc/cc65.sgml index 56a87ae72..004061518 100644 --- a/doc/cc65.sgml +++ b/doc/cc65.sgml @@ -1391,9 +1391,9 @@ parameter with the operator will be used + is "bank", then ca65's function will be used to determine the number from the bank attribute defined in the linker config, - see . Note that + see . Note that this currently implies that only the least significant 8 bits of the bank attribute can be used. diff --git a/doc/funcref.sgml b/doc/funcref.sgml index 3b3db2e09..4d1a278b0 100644 --- a/doc/funcref.sgml +++ b/doc/funcref.sgml @@ -5186,7 +5186,7 @@ the module just loaded. Possible error codes are: -The linker is needed to create +The is needed to create relocatable o65 modules for use with this function. The function is available only as a fastcall function; so, it may be used only in the presence of a prototype.