Skip to content

Commit d74d825

Browse files
committed
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 <[email protected]>
1 parent d06741f commit d74d825

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

design/24543/conservative-inner-frame.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ safe-points only at function calls.
1313
We propose that the Go implementation switch to *non-cooperative*
1414
preemption.
1515
The background and rationale for this proposal are detailed in the
16-
[top-level proposal document](../20543-non-cooperative-preemption.md).
16+
[top-level proposal document](../24543-non-cooperative-preemption.md).
1717

1818
This document details a specific approach to non-cooperative
1919
preemption that uses conservative GC techniques to find live pointers

design/24543/safe-points-everywhere.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ safe-points only at function calls.
1313
We propose that the Go implementation switch to *non-cooperative*
1414
preemption.
1515
The background and rationale for this proposal are detailed in the
16-
[top-level proposal document](../20543-non-cooperative-preemption.md).
16+
[top-level proposal document](../24543-non-cooperative-preemption.md).
1717

1818
This document details a specific approach to non-cooperative
1919
preemption based on constructing stack and register maps at

0 commit comments

Comments
 (0)