diff --git a/oracle-docs.perl b/oracle-docs.perl
index 040248f..26b8947 100755
--- a/oracle-docs.perl
+++ b/oracle-docs.perl
@@ -11,30 +11,31 @@
# I figure this is also a sensible place to store the root of the Oracle documentation on the department's Web server.
# Should this have a trailing slash (appropriate for standalone URL) or not (appropriate for a prefix for composite URLs)?
-$oracle_documentation_root = "http://info-nts-12.otago.ac.nz/docs/oracle10g/";
+$oracle_documentation_root = "http://info-nts-12.otago.ac.nz/docs/oracle11gr1/";
-# Here's the raw data (this used to be in an Excel spreadsheet, which now obviously shouldn't be used any more - might remove from CVS some time).
+# 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.
# It's probably sensible to have the full URL here, rather than prefixing the Oracle document root, because it's easier to copy the entire URL from the Web browser when updating.
@references =
(
# Name(0) Code(1) URL(2)
"Documentation Docs " . $oracle_documentation_root,
- "Database Administrators Guide Admin http://info-nts-12.otago.ac.nz/docs/oracle10g/server.101/b10739/toc.htm",
- "Application Developers GuideFundamentals AppDev http://info-nts-12.otago.ac.nz/docs/oracle10g/appdev.101/b10795/toc.htm",
- "Application Developers GuideObject-Relational Features AppDevOR http://info-nts-12.otago.ac.nz/docs/oracle10g/appdev.101/b10799/toc.htm",
- "Database Concepts Concepts http://info-nts-12.otago.ac.nz/docs/oracle10g/server.101/b10743/toc.htm",
- "Data Warehousing Guide DataWarehousing http://info-nts-12.otago.ac.nz/docs/oracle10g/server.101/b10736/toc.htm",
- "Database Error Messages Errors http://info-nts-12.otago.ac.nz/docs/oracle10g/server.101/b10744/toc.htm",
- "SQL Reference SQL http://info-nts-12.otago.ac.nz/docs/oracle10g/server.101/b10759/toc.htm",
- "Java Developers Guide Java http://info-nts-12.otago.ac.nz/docs/oracle10g/java.101/b12021/toc.htm",
- "JDBC Developers Guide and Reference JDBC http://info-nts-12.otago.ac.nz/docs/oracle10g/java.101/b10979/toc.htm",
- "Database Master Glossary Glossary http://info-nts-12.otago.ac.nz/docs/oracle10g/mix.101/b12040/toc.htm",
- "Performance Tuning Guide Tuning http://info-nts-12.otago.ac.nz/docs/oracle10g/server.101/b10752/toc.htm",
- "PL/SQL Users Guide and Reference PLSQL http://info-nts-12.otago.ac.nz/docs/oracle10g/appdev.101/b10807/toc.htm",
- "Database Master Index Index http://info-nts-12.otago.ac.nz/docs/oracle10g/mix.101/b12039/toc.htm",
- "Database Reference Reference http://info-nts-12.otago.ac.nz/docs/oracle10g/server.101/b10755/toc.htm"
+ "Database Administrators Guide Admin http://info-nts-12.otago.ac.nz/docs/oracle11gr1/server.111/b28310/toc.htm",
+ "2 Day Developers Guide AppDev2Day http://info-nts-12.otago.ac.nz/docs/oracle11gr1/appdev.111/b28843/toc.htm",
+ "Advanced Application Developers Guide AppDevAdv http://info-nts-12.otago.ac.nz/docs/oracle11gr1/appdev.111/b28424/toc.htm",
+ "Object-Relational Developers Guide AppDevOR http://info-nts-12.otago.ac.nz/docs/oracle11gr1/appdev.111/b28371/toc.htm",
+ "Database Concepts Concepts http://info-nts-12.otago.ac.nz/docs/oracle11gr1/server.111/b28318/toc.htm",
+ "Data Warehousing Guide DataWarehousing http://info-nts-12.otago.ac.nz/docs/oracle11gr1/server.111/b28313/toc.htm",
+ "Database Error Messages Errors http://info-nts-12.otago.ac.nz/docs/oracle11gr1/server.111/b28278/toc.htm",
+ "SQL Reference SQL http://info-nts-12.otago.ac.nz/docs/oracle11gr1/server.111/b28286/toc.htm",
+ "Java Developers Guide Java http://info-nts-12.otago.ac.nz/docs/oracle11gr1/java.111/b31225/toc.htm",
+ "JDBC Developers Guide and Reference JDBC http://info-nts-12.otago.ac.nz/docs/oracle11gr1/java.111/b31224/toc.htm",
+ "Database Master Glossary Glossary http://info-nts-12.otago.ac.nz/docs/oracle11gr1/mix.111/b14388/toc.htm",
+ "Performance Tuning Guide Tuning http://info-nts-12.otago.ac.nz/docs/oracle11gr1/server.111/b28274/toc.htm",
+ "PL/SQL Users Guide and Reference PLSQL http://info-nts-12.otago.ac.nz/docs/oracle11gr1/appdev.111/b28370/toc.htm",
+ "Database Master Index Index http://info-nts-12.otago.ac.nz/docs/oracle11gr1/mix.111/b14387/toc.htm",
+ "Database Reference Reference http://info-nts-12.otago.ac.nz/docs/oracle11gr1/server.111/b28320/toc.htm"
);
# Prefix to use in the generated template names: