diff --git a/docs/design/metaprogramming.md b/docs/design/metaprogramming.md index 6c6a98e9d72d..980bff23b0a2 100644 --- a/docs/design/metaprogramming.md +++ b/docs/design/metaprogramming.md @@ -22,9 +22,8 @@ not be treated as accepted by the core team; rather, it is a placeholder until we have more time to examine this detail. Please feel welcome to rewrite and update as appropriate. -See -[carbon-proposals PR 89](https://github.com/carbon-language/carbon-proposals/pull/89) -for context -- that proposal may replace this. +See [proposal PR 89](https://github.com/carbon-language/carbon-lang/pull/89) for +context -- that proposal may replace this. ## Overview diff --git a/docs/design/operators.md b/docs/design/operators.md index f21873bb577e..fc165a8e8246 100644 --- a/docs/design/operators.md +++ b/docs/design/operators.md @@ -21,6 +21,5 @@ not be treated as accepted by the core team; rather, it is a placeholder until we have more time to examine this detail. Please feel welcome to rewrite and update as appropriate. -See -[carbon-proposals PR 5](https://github.com/carbon-language/carbon-proposals/pull/5) +See [proposals PR 168](https://github.com/carbon-language/carbon-lang/pull/168) for context -- that proposal may replace this.