diff --git a/versions/3.0.md b/versions/3.0.md
index 233868955c..9c165bb76f 100644
--- a/versions/3.0.md
+++ b/versions/3.0.md
@@ -17,7 +17,6 @@ Additional utilities can also take advantage of the resulting files, such as tes
## Table of Contents
-- [Revision History](#revision-history)
- [Definitions](#definitions)
- [Specification](#specification)
- [Format](#format)
@@ -62,21 +61,11 @@ Additional utilities can also take advantage of the resulting files, such as tes
- [Security Requirement Object](#security-requirement-object)
- [Specification Extensions](#specification-extensions)
- [Security Filtering](#security-filtering)
+- [Appendix A: Revision History](#revisionHistory)
-## Revision History
-
-Version | Date | Notes
---- | --- | ---
-3.0.0-rc0 | 2017-02-28 | Implementor's draft of the 3.0 specification
-2.0 | 2015-12-31 | Donation of Swagger 2.0 to the Open API Initiative
-2.0 | 2014-09-08 | Release of Swagger 2.0
-1.2 | 2014-03-14 | Initial release of the formal document.
-1.1 | 2012-08-22 | Release of Swagger 1.1
-1.0 | 2011-08-10 | First release of the Swagger Specification
-
## Definitions
##### Path Templating
@@ -3550,3 +3539,14 @@ Two examples for this:
1. The [Paths Object](#pathsObject) MAY be empty. It may be counterintuitive, but this may tell the viewer that they got to the right place, but can't access any documentation. They'd still have access to the [Info Object](#infoObject) which may contain additional information regarding authentication.
2. The [Path Item Object](#pathItemObject) MAY be empty. In this case, the viewer will be aware that the path exists, but will not be able to see any of its operations or parameters. This is different than hiding the path itself from the [Paths Object](#pathsObject) so the user will not be aware of its existence. This allows the documentation provider a finer control over what the viewer can see.
+
+## Appendix A: Revision History
+
+Version | Date | Notes
+--- | --- | ---
+3.0.0-rc0 | 2017-02-28 | Implementor's draft of the 3.0 specification
+2.0 | 2015-12-31 | Donation of Swagger 2.0 to the Open API Initiative
+2.0 | 2014-09-08 | Release of Swagger 2.0
+1.2 | 2014-03-14 | Initial release of the formal document.
+1.1 | 2012-08-22 | Release of Swagger 1.1
+1.0 | 2011-08-10 | First release of the Swagger Specification