From 4afcba928c81e9b9d44db9442cb9e365a4803351 Mon Sep 17 00:00:00 2001 From: Eric Holk Date: Wed, 19 Mar 2025 08:33:20 -0700 Subject: [PATCH] Fix link to agenda template Not all markdown implementations automatically turn bare URLs into links. Surrounding it in `<>` will make it consistent. --- src/meetings/design.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/meetings/design.md b/src/meetings/design.md index ab7587d..818f1f7 100644 --- a/src/meetings/design.md +++ b/src/meetings/design.md @@ -15,7 +15,7 @@ In that meeting, we choose what design meetings we will hold the rest of the mon To generate the agenda for the planning meeting, you can use the following link and then copy/paste the generated text into a fresh hackmd page: -https://triage.rust-lang.org/agenda/lang/planning + ## How do I propose a design meeting?