diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2019-08-17 10:10:54 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2019-08-17 10:10:54 +0000 |
commit | d782af8f59307b1e1d8598b8ba6860122cf3e768 (patch) | |
tree | cb115b2e21e47a41c6d9f2786572a8b42a33342a /gcc | |
parent | 7174942f4ab895d1ad44a69c9a45cb64e7aa1464 (diff) | |
download | gcc-d782af8f59307b1e1d8598b8ba6860122cf3e768.zip gcc-d782af8f59307b1e1d8598b8ba6860122cf3e768.tar.gz gcc-d782af8f59307b1e1d8598b8ba6860122cf3e768.tar.bz2 |
* doc/ux.texi (User Experience Guidelines): Update reference.
From-SVN: r274601
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/ux.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d1eee83..1fb6d88 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 2019-08-17 Gerald Pfeifer <gerald@pfeifer.com> + * doc/ux.texi (User Experience Guidelines): Update reference. + +2019-08-17 Gerald Pfeifer <gerald@pfeifer.com> + * doc/include/gpl_v3.texi (Copying): Adjust the link to "Why not LGPL". diff --git a/gcc/doc/ux.texi b/gcc/doc/ux.texi index 1f695ea..caa690b 100644 --- a/gcc/doc/ux.texi +++ b/gcc/doc/ux.texi @@ -9,7 +9,7 @@ @cindex guidelines, user experience To borrow a slogan from - @uref{https://elm-lang.org/blog/compilers-as-assistants, Elm}, +@uref{https://elm-lang.org/news/compilers-as-assistants, Elm}, @quotation @strong{Compilers should be assistants, not adversaries.} A compiler should |