aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin Clements <austin@google.com>2020-02-15 12:58:00 -0500
committerAustin Clements <austin@google.com>2020-02-16 01:57:57 +0000
commitd74d825331d9b16ee286ea77c0e4caeaf0efbe30 (patch)
treed4ea80278604f7a093e9af302a6c89b745939aef
parentd06741fae329b1e27572bef0c1f4ac1eae56e4de (diff)
downloadgo-x-proposal-d74d825331d9b16ee286ea77c0e4caeaf0efbe30.tar.xz
design/24543: fix broken links
These two proposal docs link to a common background doc, but the link URL was wrong. Change-Id: Ib4a5d4cc2ffd42d9b7dd0098695c5db1ad55a263 Reviewed-on: https://go-review.googlesource.com/c/proposal/+/219541 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
-rw-r--r--design/24543/conservative-inner-frame.md2
-rw-r--r--design/24543/safe-points-everywhere.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/design/24543/conservative-inner-frame.md b/design/24543/conservative-inner-frame.md
index 39e75f2..f478c6b 100644
--- a/design/24543/conservative-inner-frame.md
+++ b/design/24543/conservative-inner-frame.md
@@ -13,7 +13,7 @@ safe-points only at function calls.
We propose that the Go implementation switch to *non-cooperative*
preemption.
The background and rationale for this proposal are detailed in the
-[top-level proposal document](../20543-non-cooperative-preemption.md).
+[top-level proposal document](../24543-non-cooperative-preemption.md).
This document details a specific approach to non-cooperative
preemption that uses conservative GC techniques to find live pointers
diff --git a/design/24543/safe-points-everywhere.md b/design/24543/safe-points-everywhere.md
index 329baf3..b0e200b 100644
--- a/design/24543/safe-points-everywhere.md
+++ b/design/24543/safe-points-everywhere.md
@@ -13,7 +13,7 @@ safe-points only at function calls.
We propose that the Go implementation switch to *non-cooperative*
preemption.
The background and rationale for this proposal are detailed in the
-[top-level proposal document](../20543-non-cooperative-preemption.md).
+[top-level proposal document](../24543-non-cooperative-preemption.md).
This document details a specific approach to non-cooperative
preemption based on constructing stack and register maps at