summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner LEMBERG <wl@gnu.org>2006-03-08 21:54:11 +0000
committerWerner LEMBERG <wl@gnu.org>2006-03-08 21:54:11 +0000
commit954cfe77fc51e5a5dc9c2e65ced1933911c4530f (patch)
tree559ee925f1befc7b173971d0ef07bbeb9036fd40
parent532e9ab5edc5b59e56fe13f4df58fb349313b251 (diff)
downloadgroff-git-954cfe77fc51e5a5dc9c2e65ced1933911c4530f.tar.gz
Fix URLs for Adobe's documentation files.
-rw-r--r--NEWS2
-rw-r--r--contrib/pdfmark/pdfmark.ms2
-rw-r--r--doc/groff.texinfo2
-rw-r--r--doc/webpage.ms4
-rw-r--r--src/devices/grops/ps.cpp2
5 files changed, 6 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index 4811894d9..935e4ec62 100644
--- a/NEWS
+++ b/NEWS
@@ -339,7 +339,7 @@ o Input encoding files for latin-9 (a.k.a. latin-0 and ISO 8859-15) and
o Composite glyphs are now supported. To do this, a subset of the Adobe
Glyph List (AGL) Algorithm as described in
- http://partners.adobe.com/asn/tech/type/unicodegn.jsp
+ http://partners.adobe.com/public/developer/opentype/index_glyph.html
is used to construct glyph names based on Unicode character codes. The
existing groff glyph names are frozen; no glyph names which can't be
diff --git a/contrib/pdfmark/pdfmark.ms b/contrib/pdfmark/pdfmark.ms
index da292de41..bfdb1694e 100644
--- a/contrib/pdfmark/pdfmark.ms
+++ b/contrib/pdfmark/pdfmark.ms
@@ -150,7 +150,7 @@ possible to exploit these PDF features, which are described in the Adobe\*(rg
.\" preceding it with "--", to avoid "invalid character in name" type
.\" error messages from groff (caused by the use of "\~").
.\"
-.pdfhref W -D http://partners.adobe.com/asn/acrobat/docs/pdfmark.pdf \
+.pdfhref W -D http://partners.adobe.com/public/developer/en/acrobat/sdk/pdf/pdf_creation_apis_and_specs/pdfmarkReference.pdf \
-P \(lq -A \(rq\\$1 -- pdfmark\~Reference\~Manual
..
.pdfmark-manual ,
diff --git a/doc/groff.texinfo b/doc/groff.texinfo
index 3b1145ca7..6b47fec3a 100644
--- a/doc/groff.texinfo
+++ b/doc/groff.texinfo
@@ -9030,7 +9030,7 @@ groff -Tdvi -mec -man groff_char.7 > groff_char.dvi
Glyph names not listed in groff_char(7) are derived algorithmically,
using a simplified version of the Adobe Glyph List (AGL) algorithm
which is described in
-@uref{http://partners.adobe.com@//asn@//tech@//type@//unicodegn.jsp}.
+@uref{http://partners.adobe.com@//public@//developer@//opentype@//index_glyph.html}.
The (frozen) set of glyph names which can't be derived algorithmically
is called @dfn{groff glyph list (GGL)}.
diff --git a/doc/webpage.ms b/doc/webpage.ms
index 3c159f914..80d1e2fa3 100644
--- a/doc/webpage.ms
+++ b/doc/webpage.ms
@@ -772,8 +772,8 @@ Out of the box, the groff package supports \%latin-9 only for \-Tps,
.LI
Composite glyphs are now supported.
To do this, a subset of the Adobe Glyph List (AGL) Algorithm as described in
-.URL http://partners.adobe.com/asn/tech/type/unicodegn.jsp \
- http://partners.adobe.com/asn/tech/type/unicodegn.jsp
+.URL http://partners.adobe.com/public/developer/opentype/index_glyph.html \
+ http://partners.adobe.com/public/developer/opentype/index_glyph.html
is used to construct glyph names based on Unicode character codes.
The existing groff glyph names are frozen; no glyph names which can't be
constructed algorithmically will be added in the future.
diff --git a/src/devices/grops/ps.cpp b/src/devices/grops/ps.cpp
index 8b33bf350..f113ce610 100644
--- a/src/devices/grops/ps.cpp
+++ b/src/devices/grops/ps.cpp
@@ -23,7 +23,7 @@ Foundation, 51 Franklin St - Fifth Floor, Boston, MA 02110-1301, USA. */
/*
* PostScript documentation:
* http://www.adobe.com/products/postscript/pdfs/PLRM.pdf
- * http://partners.adobe.com/asn/developer/pdfs/tn/5001.DSC_Spec.pdf
+ * http://partners.adobe.com/public/developer/en/ps/5001.DSC_Spec.pdf
*/
#include "driver.h"