• Made $oracle_documentation_root point towards the index page of the documentation, since it’s no longer used as a URL prefix.
1 parent f62d7e8 commit 7118fdd9381c209a675b064c1ca19d03b3d543e2
Nigel Stanger authored on 5 May 2017
Showing 1 changed file
View
4
oracle-docs.perl
# To do:
# * Generalise so that the LaTeX output is split to use a separate hyperlink for each word in the link label (to allow the links to be wrapped across lines). HTML version doesn't need to be changed.
 
$oracle_documentation_root = 'https://docs.oracle.com/cd/E11882_01/';
# This is a link to the root page of the documentation, not a URL prefix.
$oracle_documentation_root = 'https://docs.oracle.com/cd/E11882_01/index.html';
 
 
# Here's the raw data.
# Each entry has a name (marked up as XML), a unique, short, space-less code name for it, and the actual URL.