mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-13 02:12:18 -07:00
Need "www." in the url, otherwise the fragment identifier gets lost as a result of the redirect.
Copied from Perforce Change: 187074 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
c968255f1e
commit
044a130da2
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ static void mps_lib_assert_fail_default(const char *file, unsigned line,
|
|||
"The MPS detected a problem!\n"
|
||||
"%s:%u: MPS ASSERTION FAILED: %s\n"
|
||||
"See the \"Assertions\" section in the reference manual:\n"
|
||||
"http://ravenbrook.com/project/mps/master/manual/html/topic/error.html#assertions\n",
|
||||
"http://www.ravenbrook.com/project/mps/master/manual/html/topic/error.html#assertions\n",
|
||||
file, line, condition);
|
||||
/* Ensure the message is output even if stderr is buffered. */
|
||||
(void)fflush(stderr);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue