Enabling linkattrs explicitly on doc pages having external links
Asciidoc may fail to render link attributes for external links
supposed to open in a new window correctly. This change adds
:linkattrs: to the beginning of such files to force parsing link
attributes correctly.
Bug: Issue 12068
Change-Id: If18be60de646ff78f672239dd4fa435fd4fd92ab
diff --git a/Documentation/access-control.txt b/Documentation/access-control.txt
index 77a58fa4..23ab39b 100644
--- a/Documentation/access-control.txt
+++ b/Documentation/access-control.txt
@@ -1,3 +1,4 @@
+:linkattrs:
= Gerrit Code Review - Access Controls
Access controls in Gerrit are group based. Every user account is a
diff --git a/Documentation/backup.txt b/Documentation/backup.txt
index 3e6a37f..dd47035 100644
--- a/Documentation/backup.txt
+++ b/Documentation/backup.txt
@@ -1,3 +1,4 @@
+:linkattrs:
= Gerrit Code Review - Backup
A Gerrit Code Review site contains data that needs to be backed up regularly.
diff --git a/Documentation/cmd-hook-commit-msg.txt b/Documentation/cmd-hook-commit-msg.txt
index 8d81768..2b6d7af 100644
--- a/Documentation/cmd-hook-commit-msg.txt
+++ b/Documentation/cmd-hook-commit-msg.txt
@@ -1,3 +1,4 @@
+:linkattrs:
= commit-msg Hook
diff --git a/Documentation/concept-refs-for-namespace.txt b/Documentation/concept-refs-for-namespace.txt
index ee0be39..003a106 100644
--- a/Documentation/concept-refs-for-namespace.txt
+++ b/Documentation/concept-refs-for-namespace.txt
@@ -1,3 +1,4 @@
+:linkattrs:
= The refs/for namespace
When pushing a new or updated commit to Gerrit, you push that commit using a
diff --git a/Documentation/config-accounts.txt b/Documentation/config-accounts.txt
index 33ee290..3d0ef0f 100644
--- a/Documentation/config-accounts.txt
+++ b/Documentation/config-accounts.txt
@@ -1,3 +1,4 @@
+:linkattrs:
= Gerrit Code Review - Accounts
== Overview
diff --git a/Documentation/config-gerrit.txt b/Documentation/config-gerrit.txt
index 5bfc4691..880626e 100644
--- a/Documentation/config-gerrit.txt
+++ b/Documentation/config-gerrit.txt
@@ -1,3 +1,4 @@
+:linkattrs:
= Gerrit Code Review - Configuration
== File `etc/gerrit.config`
diff --git a/Documentation/config-gitweb.txt b/Documentation/config-gitweb.txt
index fe23583..46c9ced 100644
--- a/Documentation/config-gitweb.txt
+++ b/Documentation/config-gitweb.txt
@@ -1,3 +1,4 @@
+:linkattrs:
== Gitweb Integration
Gerrit Code Review can manage and generate hyperlinks to gitweb,
diff --git a/Documentation/config-hooks.txt b/Documentation/config-hooks.txt
index f44638b..7d8112c 100644
--- a/Documentation/config-hooks.txt
+++ b/Documentation/config-hooks.txt
@@ -1,3 +1,4 @@
+:linkattrs:
= Gerrit Code Review - Hooks
Gerrit does not run any of the standard git hooks in the repositories
diff --git a/Documentation/config-mail.txt b/Documentation/config-mail.txt
index e524065..5d22c0b 100644
--- a/Documentation/config-mail.txt
+++ b/Documentation/config-mail.txt
@@ -1,3 +1,4 @@
+:linkattrs:
= Gerrit Code Review - Mail Templates
Gerrit uses link:https://developers.google.com/closure/templates/[Closure Templates,role=external,window=_blank]
diff --git a/Documentation/config-plugins.txt b/Documentation/config-plugins.txt
index 6a03ed4..36276ef 100644
--- a/Documentation/config-plugins.txt
+++ b/Documentation/config-plugins.txt
@@ -1,3 +1,4 @@
+:linkattrs:
= Plugins
The Gerrit server functionality can be extended by installing plugins.
diff --git a/Documentation/config-sso.txt b/Documentation/config-sso.txt
index 7a68689..14399a3 100644
--- a/Documentation/config-sso.txt
+++ b/Documentation/config-sso.txt
@@ -1,3 +1,4 @@
+:linkattrs:
= Gerrit Code Review - Single Sign-On Security
Gerrit supports integration with some types of single sign-on
diff --git a/Documentation/dev-bazel.txt b/Documentation/dev-bazel.txt
index 6a046ee1..c97e4a4 100644
--- a/Documentation/dev-bazel.txt
+++ b/Documentation/dev-bazel.txt
@@ -1,3 +1,4 @@
+:linkattrs:
= Gerrit Code Review - Building with Bazel
[[installation]]
diff --git a/Documentation/dev-cla.txt b/Documentation/dev-cla.txt
index 9997178..a5a9932 100644
--- a/Documentation/dev-cla.txt
+++ b/Documentation/dev-cla.txt
@@ -1,3 +1,4 @@
+:linkattrs:
= Gerrit Code Review - Contributor License Agreement
In order to link::dev-community.html#how-to-contribute[contribute] to
diff --git a/Documentation/dev-community.txt b/Documentation/dev-community.txt
index ed9eead..5892253 100644
--- a/Documentation/dev-community.txt
+++ b/Documentation/dev-community.txt
@@ -1,3 +1,4 @@
+:linkattrs:
= Gerrit Community
Gerrit is developed as a
diff --git a/Documentation/dev-contributing.txt b/Documentation/dev-contributing.txt
index 5e9156b..70fbd60 100644
--- a/Documentation/dev-contributing.txt
+++ b/Documentation/dev-contributing.txt
@@ -1,3 +1,4 @@
+:linkattrs:
= Gerrit Code Review - Contributing
[[cla]]
diff --git a/Documentation/dev-core-plugins.txt b/Documentation/dev-core-plugins.txt
index 1b49097..12726b7 100644
--- a/Documentation/dev-core-plugins.txt
+++ b/Documentation/dev-core-plugins.txt
@@ -1,3 +1,4 @@
+:linkattrs:
= Gerrit Code Review - Core Plugins
[[definition]]
diff --git a/Documentation/dev-crafting-changes.txt b/Documentation/dev-crafting-changes.txt
index d691280..2364fcc 100644
--- a/Documentation/dev-crafting-changes.txt
+++ b/Documentation/dev-crafting-changes.txt
@@ -1,3 +1,4 @@
+:linkattrs:
= Gerrit Code Review - Crafting Changes
Here are some hints as to what approvers may be looking for
diff --git a/Documentation/dev-design.txt b/Documentation/dev-design.txt
index 8ad400b..c94862e 100644
--- a/Documentation/dev-design.txt
+++ b/Documentation/dev-design.txt
@@ -1,3 +1,4 @@
+:linkattrs:
= Gerrit Code Review - System Design
== Objective
diff --git a/Documentation/dev-e2e-tests.txt b/Documentation/dev-e2e-tests.txt
index d13d29c..5e39687 100644
--- a/Documentation/dev-e2e-tests.txt
+++ b/Documentation/dev-e2e-tests.txt
@@ -1,3 +1,4 @@
+:linkattrs:
= Gerrit Code Review - End to end load tests
This document provides a description of a Gerrit load test scenario implemented using the link:http://gatling.io[`Gatling`] framework.
diff --git a/Documentation/dev-eclipse.txt b/Documentation/dev-eclipse.txt
index 2e4f553..f7d0c73 100644
--- a/Documentation/dev-eclipse.txt
+++ b/Documentation/dev-eclipse.txt
@@ -1,3 +1,4 @@
+:linkattrs:
= Gerrit Code Review - Eclipse Setup
This document is about configuring Gerrit Code Review into an
diff --git a/Documentation/dev-inspector.txt b/Documentation/dev-inspector.txt
index 31ad9fa..da6e3aa 100644
--- a/Documentation/dev-inspector.txt
+++ b/Documentation/dev-inspector.txt
@@ -1,3 +1,4 @@
+:linkattrs:
= Gerrit Inspector
== NAME
diff --git a/Documentation/dev-intellij.txt b/Documentation/dev-intellij.txt
index 5399928..b67d546 100644
--- a/Documentation/dev-intellij.txt
+++ b/Documentation/dev-intellij.txt
@@ -1,3 +1,4 @@
+:linkattrs:
= Gerrit Code Review - IntelliJ IDEA Setup
== Prerequisites
diff --git a/Documentation/dev-plugins-lifecycle.txt b/Documentation/dev-plugins-lifecycle.txt
index fb9e4a0..d5bd791 100644
--- a/Documentation/dev-plugins-lifecycle.txt
+++ b/Documentation/dev-plugins-lifecycle.txt
@@ -1,3 +1,4 @@
+:linkattrs:
= Plugin Lifecycle
Most of the plugins are hosted on the same instance as the
diff --git a/Documentation/dev-plugins.txt b/Documentation/dev-plugins.txt
index ccd311f..9714e18 100644
--- a/Documentation/dev-plugins.txt
+++ b/Documentation/dev-plugins.txt
@@ -1,3 +1,4 @@
+:linkattrs:
= Gerrit Code Review - Plugin Development
The Gerrit server functionality can be extended by installing plugins.
diff --git a/Documentation/dev-processes.txt b/Documentation/dev-processes.txt
index 423f484..cc6481c 100644
--- a/Documentation/dev-processes.txt
+++ b/Documentation/dev-processes.txt
@@ -1,3 +1,4 @@
+:linkattrs:
= Gerrit Code Review - Development Processes
[[project-governance]]
diff --git a/Documentation/dev-readme.txt b/Documentation/dev-readme.txt
index 03ea81d..5f72f37 100644
--- a/Documentation/dev-readme.txt
+++ b/Documentation/dev-readme.txt
@@ -1,3 +1,4 @@
+:linkattrs:
= Gerrit Code Review: Developer Setup
To build a developer instance, you'll need link:https://bazel.build/[Bazel,role=external,window=_blank] to
diff --git a/Documentation/dev-release-deploy-config.txt b/Documentation/dev-release-deploy-config.txt
index db8165d..a4ccccf 100644
--- a/Documentation/dev-release-deploy-config.txt
+++ b/Documentation/dev-release-deploy-config.txt
@@ -1,3 +1,4 @@
+:linkattrs:
= Deploy Gerrit Artifacts
[[deploy-configuration-setting-maven-central]]
diff --git a/Documentation/dev-release-jgit.txt b/Documentation/dev-release-jgit.txt
index 23a82fe..7fbbb95 100644
--- a/Documentation/dev-release-jgit.txt
+++ b/Documentation/dev-release-jgit.txt
@@ -1,3 +1,4 @@
+:linkattrs:
= Making a Snapshot Release of JGit
This step is only necessary if we need to create an unofficial JGit
diff --git a/Documentation/dev-release-subproject.txt b/Documentation/dev-release-subproject.txt
index c9369b9..fad1681 100644
--- a/Documentation/dev-release-subproject.txt
+++ b/Documentation/dev-release-subproject.txt
@@ -1,3 +1,4 @@
+:linkattrs:
= Making a Release of a Gerrit Subproject
[[make-snapshot]]
diff --git a/Documentation/dev-release.txt b/Documentation/dev-release.txt
index e62ff43..eaf9905 100644
--- a/Documentation/dev-release.txt
+++ b/Documentation/dev-release.txt
@@ -1,3 +1,4 @@
+:linkattrs:
= Making a Gerrit Release
[NOTE]
diff --git a/Documentation/dev-roles.txt b/Documentation/dev-roles.txt
index d3811b9..c16037e 100644
--- a/Documentation/dev-roles.txt
+++ b/Documentation/dev-roles.txt
@@ -1,3 +1,4 @@
+:linkattrs:
= Gerrit Code Review - Supporting Roles
As an open source project Gerrit has a large community of people
diff --git a/Documentation/dev-starter-projects.txt b/Documentation/dev-starter-projects.txt
index ffc816b..eef4806 100644
--- a/Documentation/dev-starter-projects.txt
+++ b/Documentation/dev-starter-projects.txt
@@ -1,3 +1,4 @@
+:linkattrs:
= Gerrit Code Review - Starter Projects
We have created a
diff --git a/Documentation/error-change-closed.txt b/Documentation/error-change-closed.txt
index 387cc46..ae90d6d 100644
--- a/Documentation/error-change-closed.txt
+++ b/Documentation/error-change-closed.txt
@@ -1,3 +1,4 @@
+:linkattrs:
= change ... closed
With this error message Gerrit rejects to push a commit or submit a
diff --git a/Documentation/error-changeid-above-footer.txt b/Documentation/error-changeid-above-footer.txt
index b3eb30e..65d6620 100644
--- a/Documentation/error-changeid-above-footer.txt
+++ b/Documentation/error-changeid-above-footer.txt
@@ -1,3 +1,4 @@
+:linkattrs:
= commit xxxxxxx: Change-Id must be in message footer
With this error message, Gerrit rejects a push of a commit to a project
diff --git a/Documentation/error-contains-banned-commit.txt b/Documentation/error-contains-banned-commit.txt
index cd69b2a1..1ed4992 100644
--- a/Documentation/error-contains-banned-commit.txt
+++ b/Documentation/error-contains-banned-commit.txt
@@ -1,3 +1,4 @@
+:linkattrs:
= contains banned commit ...
With this error message Gerrit rejects to push a commit that is
diff --git a/Documentation/error-has-duplicates.txt b/Documentation/error-has-duplicates.txt
index 7168aae..9f9c8a8 100644
--- a/Documentation/error-has-duplicates.txt
+++ b/Documentation/error-has-duplicates.txt
@@ -1,3 +1,4 @@
+:linkattrs:
= ... has duplicates
With this error message Gerrit rejects to push a commit if its commit
diff --git a/Documentation/error-invalid-author.txt b/Documentation/error-invalid-author.txt
index d2b7f83..d842cb7 100644
--- a/Documentation/error-invalid-author.txt
+++ b/Documentation/error-invalid-author.txt
@@ -1,3 +1,4 @@
+:linkattrs:
= invalid author
For every pushed commit Gerrit verifies that the e-mail address of
diff --git a/Documentation/error-invalid-changeid-line.txt b/Documentation/error-invalid-changeid-line.txt
index 63323bf..a0f4b7b 100644
--- a/Documentation/error-invalid-changeid-line.txt
+++ b/Documentation/error-invalid-changeid-line.txt
@@ -1,3 +1,4 @@
+:linkattrs:
= invalid Change-Id line format in commit message footer
With this error message Gerrit rejects to push a commit if its commit
diff --git a/Documentation/error-invalid-committer.txt b/Documentation/error-invalid-committer.txt
index ca35d6a..c06eba2 100644
--- a/Documentation/error-invalid-committer.txt
+++ b/Documentation/error-invalid-committer.txt
@@ -1,3 +1,4 @@
+:linkattrs:
= invalid committer
For every pushed commit Gerrit verifies that the e-mail address of
diff --git a/Documentation/error-missing-changeid.txt b/Documentation/error-missing-changeid.txt
index 866fb8c..3494c3f 100644
--- a/Documentation/error-missing-changeid.txt
+++ b/Documentation/error-missing-changeid.txt
@@ -1,3 +1,4 @@
+:linkattrs:
= commit xxxxxxx: missing Change-Id in message footer
With this error message Gerrit rejects to push a commit to a project
diff --git a/Documentation/error-missing-subject.txt b/Documentation/error-missing-subject.txt
index 0903ead..af628fa 100644
--- a/Documentation/error-missing-subject.txt
+++ b/Documentation/error-missing-subject.txt
@@ -1,3 +1,4 @@
+:linkattrs:
= commit xxxxxxx: missing subject; Change-Id must be in message footer
With this error message Gerrit rejects to push a commit to a project
diff --git a/Documentation/error-multiple-changeid-lines.txt b/Documentation/error-multiple-changeid-lines.txt
index 6564949..f19ebddd 100644
--- a/Documentation/error-multiple-changeid-lines.txt
+++ b/Documentation/error-multiple-changeid-lines.txt
@@ -1,3 +1,4 @@
+:linkattrs:
= commit xxxxxxx: multiple Change-Id lines in message footer
With this error message Gerrit rejects to push a commit if the commit
diff --git a/Documentation/error-no-new-changes.txt b/Documentation/error-no-new-changes.txt
index 24f8dc0..10575fa 100644
--- a/Documentation/error-no-new-changes.txt
+++ b/Documentation/error-no-new-changes.txt
@@ -1,3 +1,4 @@
+:linkattrs:
= no new changes
With this error message Gerrit rejects to push a commit if the pushed
diff --git a/Documentation/error-non-fast-forward.txt b/Documentation/error-non-fast-forward.txt
index 0cbda6b..1e9a88f3 100644
--- a/Documentation/error-non-fast-forward.txt
+++ b/Documentation/error-non-fast-forward.txt
@@ -1,3 +1,4 @@
+:linkattrs:
= non-fast forward
With this error message Gerrit rejects a push if the remote branch can't
diff --git a/Documentation/error-not-allowed-to-upload-merges.txt b/Documentation/error-not-allowed-to-upload-merges.txt
index ca44a09..5ba4c69 100644
--- a/Documentation/error-not-allowed-to-upload-merges.txt
+++ b/Documentation/error-not-allowed-to-upload-merges.txt
@@ -1,3 +1,4 @@
+:linkattrs:
= you are not allowed to upload merges
With this error message Gerrit rejects to push a merge commit if the
diff --git a/Documentation/error-permission-denied.txt b/Documentation/error-permission-denied.txt
index 7eb9428c..fba1d44 100644
--- a/Documentation/error-permission-denied.txt
+++ b/Documentation/error-permission-denied.txt
@@ -1,3 +1,4 @@
+:linkattrs:
= Permission denied (publickey)
With this error message an SSH command to Gerrit is rejected if the
diff --git a/Documentation/error-push-fails-due-to-commit-message.txt b/Documentation/error-push-fails-due-to-commit-message.txt
index ba941e5..3f992f6 100644
--- a/Documentation/error-push-fails-due-to-commit-message.txt
+++ b/Documentation/error-push-fails-due-to-commit-message.txt
@@ -1,3 +1,4 @@
+:linkattrs:
= Push fails due to commit message
If Gerrit rejects pushing a commit it is often the case that there is
diff --git a/Documentation/error-same-change-id-in-multiple-changes.txt b/Documentation/error-same-change-id-in-multiple-changes.txt
index 25e58c8..4ff623d 100644
--- a/Documentation/error-same-change-id-in-multiple-changes.txt
+++ b/Documentation/error-same-change-id-in-multiple-changes.txt
@@ -1,3 +1,4 @@
+:linkattrs:
= same Change-Id in multiple changes
With this error message Gerrit rejects to push a commit if it
diff --git a/Documentation/error-upload-denied.txt b/Documentation/error-upload-denied.txt
index 5e5a409..6638335 100644
--- a/Documentation/error-upload-denied.txt
+++ b/Documentation/error-upload-denied.txt
@@ -1,3 +1,4 @@
+:linkattrs:
= Upload denied for project ...
With this error message Gerrit rejects to push a commit if the
diff --git a/Documentation/index.txt b/Documentation/index.txt
index 09cb21f..d270f97 100644
--- a/Documentation/index.txt
+++ b/Documentation/index.txt
@@ -1,3 +1,4 @@
+:linkattrs:
= Gerrit Code Review for Git
== Quickstarts
diff --git a/Documentation/install-j2ee.txt b/Documentation/install-j2ee.txt
index 1f5f895..fb78a87 100644
--- a/Documentation/install-j2ee.txt
+++ b/Documentation/install-j2ee.txt
@@ -1,3 +1,4 @@
+:linkattrs:
= Gerrit Code Review - J2EE Installation
== Description
diff --git a/Documentation/install.txt b/Documentation/install.txt
index 12b4e32..dd305d8 100644
--- a/Documentation/install.txt
+++ b/Documentation/install.txt
@@ -1,3 +1,4 @@
+:linkattrs:
= Gerrit Code Review - Standalone Daemon Installation Guide
[[prerequisites]]
diff --git a/Documentation/intro-gerrit-walkthrough-github.txt b/Documentation/intro-gerrit-walkthrough-github.txt
index cee97b1..f16155b 100644
--- a/Documentation/intro-gerrit-walkthrough-github.txt
+++ b/Documentation/intro-gerrit-walkthrough-github.txt
@@ -1,3 +1,4 @@
+:linkattrs:
= Basic Gerrit Walkthrough -- For GitHub Users
diff --git a/Documentation/intro-gerrit-walkthrough.txt b/Documentation/intro-gerrit-walkthrough.txt
index 15781c2..92732d0 100644
--- a/Documentation/intro-gerrit-walkthrough.txt
+++ b/Documentation/intro-gerrit-walkthrough.txt
@@ -1,3 +1,4 @@
+:linkattrs:
= Working with Gerrit: An example
To understand how Gerrit works, let's follow a change through its entire
diff --git a/Documentation/intro-project-owner.txt b/Documentation/intro-project-owner.txt
index e465376..7f1e82b 100644
--- a/Documentation/intro-project-owner.txt
+++ b/Documentation/intro-project-owner.txt
@@ -1,3 +1,4 @@
+:linkattrs:
= Project Owner Guide
This is a Gerrit guide that is dedicated to project owners. It
diff --git a/Documentation/intro-quick.txt b/Documentation/intro-quick.txt
index a8ebdc6..b8670ed 100644
--- a/Documentation/intro-quick.txt
+++ b/Documentation/intro-quick.txt
@@ -1,3 +1,4 @@
+:linkattrs:
= Gerrit Code Review Product Overview
Gerrit Code Review is a web-based code review tool built on
diff --git a/Documentation/intro-rockstar.txt b/Documentation/intro-rockstar.txt
index 025e024..4a7167b 100644
--- a/Documentation/intro-rockstar.txt
+++ b/Documentation/intro-rockstar.txt
@@ -1,3 +1,4 @@
+:linkattrs:
= Use Gerrit to Be a Rockstar Programmer
== Overview
diff --git a/Documentation/intro-user.txt b/Documentation/intro-user.txt
index 28b5c09..6f55398 100644
--- a/Documentation/intro-user.txt
+++ b/Documentation/intro-user.txt
@@ -1,3 +1,4 @@
+:linkattrs:
= User Guide
This is a Gerrit guide that is dedicated to Gerrit end-users. It
diff --git a/Documentation/linux-quickstart.txt b/Documentation/linux-quickstart.txt
index 17a0777..aafaf58 100644
--- a/Documentation/linux-quickstart.txt
+++ b/Documentation/linux-quickstart.txt
@@ -1,3 +1,4 @@
+:linkattrs:
= Quickstart for Installing Gerrit on Linux
This content explains how to install a basic instance of Gerrit on a Linux
diff --git a/Documentation/note-db.txt b/Documentation/note-db.txt
index 94e1c5d..0505dd2 100644
--- a/Documentation/note-db.txt
+++ b/Documentation/note-db.txt
@@ -1,3 +1,4 @@
+:linkattrs:
= Gerrit Code Review - NoteDb Backend
NoteDb is the next generation of Gerrit storage backend, which replaces the
diff --git a/Documentation/pg-plugin-dev.txt b/Documentation/pg-plugin-dev.txt
index fee3be9..fadf5d4 100644
--- a/Documentation/pg-plugin-dev.txt
+++ b/Documentation/pg-plugin-dev.txt
@@ -1,3 +1,4 @@
+:linkattrs:
= Gerrit Code Review - PolyGerrit Plugin Development
CAUTION: Work in progress. Hard hat area. Please
diff --git a/Documentation/pg-plugin-migration.txt b/Documentation/pg-plugin-migration.txt
index 1b1861d..bca4b7a 100644
--- a/Documentation/pg-plugin-migration.txt
+++ b/Documentation/pg-plugin-migration.txt
@@ -1,3 +1,4 @@
+:linkattrs:
= Gerrit Code Review - PolyGerrit Plugin Development
CAUTION: Work in progress. Hard hat area. Please
diff --git a/Documentation/pg-plugin-styling.txt b/Documentation/pg-plugin-styling.txt
index 0d5e1d1..f600376 100644
--- a/Documentation/pg-plugin-styling.txt
+++ b/Documentation/pg-plugin-styling.txt
@@ -1,3 +1,4 @@
+:linkattrs:
= Gerrit Code Review - PolyGerrit Plugin Styling
== Plugin styles
diff --git a/Documentation/pgm-MigrateAccountPatchReviewDb.txt b/Documentation/pgm-MigrateAccountPatchReviewDb.txt
index 597e337..64a1008 100644
--- a/Documentation/pgm-MigrateAccountPatchReviewDb.txt
+++ b/Documentation/pgm-MigrateAccountPatchReviewDb.txt
@@ -1,3 +1,4 @@
+:linkattrs:
= MigrateAccountPatchReviewDb
== NAME
diff --git a/Documentation/prolog-cookbook.txt b/Documentation/prolog-cookbook.txt
index b2fc526..21b8c9f 100644
--- a/Documentation/prolog-cookbook.txt
+++ b/Documentation/prolog-cookbook.txt
@@ -1,3 +1,4 @@
+:linkattrs:
= Gerrit Code Review - Prolog Submit Rules Cookbook
[[SubmitRule]]
diff --git a/Documentation/quota.txt b/Documentation/quota.txt
index b2e6380..475ae72 100644
--- a/Documentation/quota.txt
+++ b/Documentation/quota.txt
@@ -1,3 +1,4 @@
+:linkattrs:
= Gerrit Code Review - Quota
Gerrit does not provide out of the box quota enforcement. However, it does
diff --git a/Documentation/rest-api-accounts.txt b/Documentation/rest-api-accounts.txt
index fed5c0b..27a31b1 100644
--- a/Documentation/rest-api-accounts.txt
+++ b/Documentation/rest-api-accounts.txt
@@ -1,3 +1,4 @@
+:linkattrs:
= Gerrit Code Review - /accounts/ REST API
This page describes the account related REST endpoints.
diff --git a/Documentation/rest-api-changes.txt b/Documentation/rest-api-changes.txt
index 084f6af..5055007 100644
--- a/Documentation/rest-api-changes.txt
+++ b/Documentation/rest-api-changes.txt
@@ -1,3 +1,4 @@
+:linkattrs:
= Gerrit Code Review - /changes/ REST API
This page describes the change related REST endpoints.
diff --git a/Documentation/rest-api-projects.txt b/Documentation/rest-api-projects.txt
index 5a2ec47..6fbb338 100644
--- a/Documentation/rest-api-projects.txt
+++ b/Documentation/rest-api-projects.txt
@@ -1,3 +1,4 @@
+:linkattrs:
= Gerrit Code Review - /projects/ REST API
This page describes the project related REST endpoints.
diff --git a/Documentation/rest-api.txt b/Documentation/rest-api.txt
index 899e291..eabcaa9 100644
--- a/Documentation/rest-api.txt
+++ b/Documentation/rest-api.txt
@@ -1,3 +1,4 @@
+:linkattrs:
= Gerrit Code Review - REST API
Gerrit Code Review comes with a REST like API available over HTTP.
diff --git a/Documentation/user-inline-edit.txt b/Documentation/user-inline-edit.txt
index b872fc9..aa3c0a8 100644
--- a/Documentation/user-inline-edit.txt
+++ b/Documentation/user-inline-edit.txt
@@ -1,3 +1,4 @@
+:linkattrs:
= Creating and Editing Changes in the Gerrit Web Interface
== Overview
diff --git a/Documentation/user-request-tracing.txt b/Documentation/user-request-tracing.txt
index 356d0c076..1123775 100644
--- a/Documentation/user-request-tracing.txt
+++ b/Documentation/user-request-tracing.txt
@@ -1,3 +1,4 @@
+:linkattrs:
= Request Tracing
[[on-demand]]
diff --git a/Documentation/user-review-ui.txt b/Documentation/user-review-ui.txt
index f1a9fa8..06c5ab7 100644
--- a/Documentation/user-review-ui.txt
+++ b/Documentation/user-review-ui.txt
@@ -1,3 +1,4 @@
+:linkattrs:
= Review UI
Reviewing changes is an important task and the Gerrit Web UI provides
diff --git a/Documentation/user-search.txt b/Documentation/user-search.txt
index cab95c7..aa5edf0 100644
--- a/Documentation/user-search.txt
+++ b/Documentation/user-search.txt
@@ -1,3 +1,4 @@
+:linkattrs:
= Gerrit Code Review - Searching Changes
== Default Searches
diff --git a/Documentation/user-signedoffby.txt b/Documentation/user-signedoffby.txt
index c52c18c..2b000f6 100644
--- a/Documentation/user-signedoffby.txt
+++ b/Documentation/user-signedoffby.txt
@@ -1,3 +1,4 @@
+:linkattrs:
= Gerrit Code Review - Signed-off-by Lines
[NOTE]
diff --git a/Documentation/user-upload.txt b/Documentation/user-upload.txt
index 4eb59640..86719d2 100644
--- a/Documentation/user-upload.txt
+++ b/Documentation/user-upload.txt
@@ -1,3 +1,4 @@
+:linkattrs:
= Gerrit Code Review - Uploading Changes
Gerrit supports three methods of uploading changes: