[cfe-commits] r73341 - /cfe/trunk/www/analyzer/menu.html.incl
Ted Kremenek
kremenek at apple.com
Sun Jun 14 15:04:26 PDT 2009
Hi Nuno,
'www/analyzer' is the root for clang-analyzer.llvm.org. The preceding
'/' in the hyperlinks was intentional. Please revert your patch.
Ted
On Jun 14, 2009, at 2:40 AM, Nuno Lopes <nunoplopes at sapo.pt> wrote:
> Author: nlopes
> Date: Sun Jun 14 04:40:09 2009
> New Revision: 73341
>
> URL: http://llvm.org/viewvc/llvm-project?rev=73341&view=rev
> Log:
> fix the menu's links
>
> Modified:
> cfe/trunk/www/analyzer/menu.html.incl
>
> Modified: cfe/trunk/www/analyzer/menu.html.incl
> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/analyzer/menu.html.incl?rev=73341&r1=73340&r2=73341&view=diff
>
> ===
> ===
> ===
> =====================================================================
> --- cfe/trunk/www/analyzer/menu.html.incl (original)
> +++ cfe/trunk/www/analyzer/menu.html.incl Sun Jun 14 04:40:09 2009
> @@ -6,18 +6,18 @@
>
> <div class="submenu">
> <label>Quick Links</label>
> - <a href="/index.html">About the Analyzer</a>
> - <a href="/filing_bugs.html">Filing Bugs</a>
> + <a href="index.html">About the Analyzer</a>
> + <a href="filing_bugs.html">Filing Bugs</a>
> </div>
>
> <div class="submenu">
> <label>User Manual</label>
> -<!-- <a href="/design_philosphy.html">Design Philosophy</
> a> -->
> - <a href="/
> installation.html">Obtaining the Analyzer</a>
> - <a href="/scan-build.html">Running the Analyzer</
> tt></a>
> - <a href="/available_checks.html">Available Checks</a>
> -<!-- <a href="/false_positives.html">False Positives</a>
> -->
> - <a href="/annotations.html">Source-level Annotations</a>
> +<!-- <a href="design_philosphy.html">Design Philosophy</
> a> -->
> + <a href="installation.html">Obtaining the Analyzer</
> a>
> + <a href="scan-build.html">Running the Analyzer</
> tt></a>
> + <a href="available_checks.html">Available Checks</a>
> +<!-- <a href="false_positives.html">False Positives</a> -->
> + <a href="annotations.html">Source-level Annotations</a>
> </div>
>
> <div class="submenu">
>
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
More information about the cfe-commits
mailing list