Skip to content
This repository has been archived by the owner on Nov 26, 2017. It is now read-only.

Commit

Permalink
Fixing relative links; correcting version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
eddieajau committed Mar 26, 2012
1 parent 09587b0 commit fd72d88
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 39 deletions.
2 changes: 1 addition & 1 deletion docs/coding-standards/en-US/Book_Info.xml
Expand Up @@ -7,7 +7,7 @@
<title>Coding Standards</title>
<subtitle>A Concise Guide</subtitle>
<productname>Joomla Platform</productname>
<productnumber>11.3</productnumber>
<productnumber>11.4</productnumber>
<edition>1</edition>
<pubsnumber>1</pubsnumber>
<abstract>
Expand Down
33 changes: 0 additions & 33 deletions docs/coding-standards/en-US/Chapter.xml

This file was deleted.

@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='utf-8' ?>
<!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % BOOK_ENTITIES SYSTEM "coding-standards.ent">
<!ENTITY % BOOK_ENTITIES SYSTEM "../Coding_Standards.ent">
%BOOK_ENTITIES;
]>
<appendix id="appe-coding-standards-Revision_History">
Expand Down
2 changes: 1 addition & 1 deletion docs/coding-standards/en-US/chapters/basic-guidelines.xml
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='utf-8' ?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % BOOK_ENTITIES SYSTEM "Coding_Standards.ent">
<!ENTITY % BOOK_ENTITIES SYSTEM "../Coding_Standards.ent">
%BOOK_ENTITIES;
]>
<chapter id="chap-Coding_Standards-Basic_Guidelines">
Expand Down
2 changes: 1 addition & 1 deletion docs/coding-standards/en-US/chapters/comments.xml
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='utf-8' ?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % BOOK_ENTITIES SYSTEM "Coding_Standards.ent">
<!ENTITY % BOOK_ENTITIES SYSTEM "../Coding_Standards.ent">
%BOOK_ENTITIES;
]>
<chapter id="chap-Comments">
Expand Down
2 changes: 1 addition & 1 deletion docs/coding-standards/en-US/chapters/php.xml
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='utf-8' ?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % BOOK_ENTITIES SYSTEM "Coding_Standards.ent">
<!ENTITY % BOOK_ENTITIES SYSTEM "../Coding_Standards.ent">
%BOOK_ENTITIES;
]>
<chapter id="chap-Coding_Standards-PHP">
Expand Down
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='utf-8' ?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % BOOK_ENTITIES SYSTEM "Coding_Standards.ent">
<!ENTITY % BOOK_ENTITIES SYSTEM "../Coding_Standards.ent">
%BOOK_ENTITIES;
]>
<chapter id="chap-Coding_Standards-Source_Code_Management">
Expand Down

0 comments on commit fd72d88

Please sign in to comment.