We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d20505 commit 1bfa76eCopy full SHA for 1bfa76e
tools/agenda-generator/src/generator.rs
@@ -76,6 +76,7 @@ impl Generator {
76
## Agenda
77
78
- Triage
79
+ - [Open Action Items](https://hackmd.io/Uehlc0qUQfWfvY1swYWRgQ)
80
- Critical Issues
81
- MCPs
82
- Anything else?
@@ -136,7 +137,7 @@ impl Generator {
136
137
writeln!(&mut self.agenda,
138
"## Actions
139
-- [ ] Reply to all issues/PRs discussed in this meeting, or add them to the [open action items](https://hackmd.io/ovrbJj6CRduRgSA0Wzg2zg).
140
+- [ ] Reply to all issues/PRs discussed in this meeting, or add them to the [open action items](https://hackmd.io/Uehlc0qUQfWfvY1swYWRgQ).
141
"
142
)?;
143
0 commit comments