diff --git a/Documentation/install.txt b/Documentation/install.txt index 29ad507a25..b167c58192 100644 --- a/Documentation/install.txt +++ b/Documentation/install.txt @@ -314,7 +314,7 @@ Follow the <> section below to setup an Apache2 server to handle SSL for Jetty. -Other Servlet Containers[[other_containers]] +[[other_containers]]Other Servlet Containers ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Deploy the `gerrit-*.war` file to your application server as @@ -330,9 +330,8 @@ classpath. Usually its best to load this library from the servlet container's extensions directory, but gerrit.war could also be manually repacked to include it. -[[apache2]] -Apache2 Reverse Proxy -~~~~~~~~~~~~~~~~~~~~~ +[[apache2]]Apache2 Reverse Proxy +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Enable the necessary Apache2 modules: diff --git a/Documentation/user-upload.txt b/Documentation/user-upload.txt index 0dc0d18679..5967e9a835 100644 --- a/Documentation/user-upload.txt +++ b/Documentation/user-upload.txt @@ -51,7 +51,7 @@ key's passphrase. Consult `man ssh-agent`, or your SSH client's documentation, for more details on configuration of the agent process and how to add the private key. -Testing Your SSH Connection[[test_ssh]] +[[test_ssh]]Testing Your SSH Connection --------------------------------------- To verify your SSH key is working correctly, try using an SSH client @@ -104,7 +104,7 @@ be sent through command line options. For more details on using `repo upload`, see `repo help upload`. -git push: Create Changes[[push_create]] +[[push_create]]git push: Create Changes --------------------------------------- To create new changes for review, simply push into the project's