[wwwdocs] Broken URL to README in st/cli-be project

Message ID CAHso6sMOUUaacFk0bBSudP51=s3scoYs87AWu4WZMk52LOym2Q@mail.gmail.com
State Committed
Headers
Series [wwwdocs] Broken URL to README in st/cli-be project |

Checks

Context Check Description
linaro-tcwg-bot/tcwg_gcc_build--master-aarch64 fail Patch failed to apply
linaro-tcwg-bot/tcwg_gcc_build--master-arm fail Patch failed to apply

Commit Message

Jivan Hakobyan June 14, 2023, 8:54 p.m. UTC
  In CLI project link to README is broken. This patch fixes that.
Discussed in PR110250
  

Comments

Jeff Law June 17, 2023, 6:05 p.m. UTC | #1
On 6/14/23 14:54, Jivan Hakobyan wrote:
> Subject:
> [wwwdocs] Broken URL to README in st/cli-be project
> From:
> Jivan Hakobyan <jivanhakobyan9@gmail.com>
> Date:
> 6/14/23, 14:54
> 
> To:
> gcc-patches@gcc.gnu.org
> CC:
> Jeff Law <jlaw@ventanamicro.com>
> 
> 
> In CLI project link to README is broken. This patch fixes that.
> Discussed in PR110250
Thanks.  I pushed this to the htdocs repo.

jeff
  

Patch

diff --git a/htdocs/projects/cli.html b/htdocs/projects/cli.html
index 380fb031..394832b6 100644
--- a/htdocs/projects/cli.html
+++ b/htdocs/projects/cli.html
@@ -145,7 +145,7 @@  are followed.
 </p>
 
 <p>There is a small
-<a href="https://gcc.gnu.org/svn/gcc/branches/st/README?view=markup">README
+<a href="https://gcc.gnu.org/git/?p=gcc.git;a=blob;f=README;hb=refs/vendors/st/heads/README">README
  file</a> that explains how to build and install the GCC CLI back end and
 front end and the CLI binutils (both Mono based and DotGnu based) .
 </p>