summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-08-10 03:25:51 +0000
committerMike Frysinger <vapier@gentoo.org>2004-08-10 03:25:51 +0000
commit2a1f942b51b55c01ba3efd2742bf6f47a474a7d2 (patch)
tree0e2f1de475011c7bfd106efd514b764ccc97afa6 /dev-libs/embryo/metadata.xml
parentFix dupe changelog entry (Manifest recommit) (diff)
downloadgentoo-2-2a1f942b51b55c01ba3efd2742bf6f47a474a7d2.tar.gz
gentoo-2-2a1f942b51b55c01ba3efd2742bf6f47a474a7d2.tar.bz2
gentoo-2-2a1f942b51b55c01ba3efd2742bf6f47a474a7d2.zip
ver bump
Diffstat (limited to 'dev-libs/embryo/metadata.xml')
-rw-r--r--dev-libs/embryo/metadata.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/embryo/metadata.xml b/dev-libs/embryo/metadata.xml
index edc07d0bbed9..4b5e450c3810 100644
--- a/dev-libs/embryo/metadata.xml
+++ b/dev-libs/embryo/metadata.xml
@@ -12,7 +12,7 @@ interpredted programs compiled into the abstract machine bytecode that it
understands. This abstrac (or virtual) machine is imilar to a real machine
with a CPU, but it is emulated in software. The architecture is simple and is
the same as the abstract machine (AMX) in the
-<a href=http://www.compuphase.com/small.htm>SMALL</a> language as it is based
+<uri link=http://www.compuphase.com/small.htm>SMALL</uri> language as it is based
on exactly the same code. Embryo has modified the code for the AMX extensively
and has made it smaller and more portable. It is VERY small. The total size
of the virtual machine code AND header files is less than 2500 lines of code.