From f9e2b5d926e110eebb9ffff9b17510b2be940824 Mon Sep 17 00:00:00 2001 From: Ainali Date: Mon, 26 Feb 2024 10:54:42 +0100 Subject: [PATCH] Remove hackmd links Co-authored-by: Eric Herman --- activities/communication/community-call-invite-template.md | 6 +++--- activities/communication/running-community-call.md | 6 ++---- activities/trainings/index.md | 1 - 3 files changed, 5 insertions(+), 8 deletions(-) diff --git a/activities/communication/community-call-invite-template.md b/activities/communication/community-call-invite-template.md index 469e50e4b..82c11d2fe 100644 --- a/activities/communication/community-call-invite-template.md +++ b/activities/communication/community-call-invite-template.md @@ -24,7 +24,9 @@ If participants can benefit of preparing, mention it as well.] If you have something else you would like to discuss please let us know, we are happy to make modifications to the agenda. -[Read the full agenda](https://hackmd.io/-OegeqvoThCbAsw3c3gIjw?view). +``` +[Read the full agenda](INSERT LINK). +``` We look forward to seeing you on the call! @@ -34,6 +36,4 @@ Our next Foundation for Public Code community call will take place at hh.mm on W If you have something specific you would like to discuss please let us know, we are happy to add items to the agenda. -[Read the full agenda](https://hackmd.io/-OegeqvoThCbAsw3c3gIjw?view). - We look forward to seeing you on the call! diff --git a/activities/communication/running-community-call.md b/activities/communication/running-community-call.md index 8ce3de42d..a3fee5e23 100644 --- a/activities/communication/running-community-call.md +++ b/activities/communication/running-community-call.md @@ -17,10 +17,10 @@ The roles on the community call are: The chair and the notetaker: -* create a notes HackMD.io document for this call +* create a notes document for this call * add "updates since the last community call" to the notes - keep this to three items or fewer (we want the community call to be a dialogue, not a broadcast). If possible, focus on community related updates * put these in the call notes doc -* update the [agenda](https://hackmd.io/-OegeqvoThCbAsw3c3gIjw?edit) +* update the agenda and link it * send out invitations ([template](community-call-invite-template.md)) Ask the [communications coordinator](../../organization/staff.md#communications) if you need help with Foundation updates. @@ -40,8 +40,6 @@ Have each person join the call on a separate connection aligned with our [confer Call-in link: -Agenda link: - ### No show If nobody joins at the call starting time, wait at least 15 minutes before closing the call. diff --git a/activities/trainings/index.md b/activities/trainings/index.md index 138fa2862..54907062a 100644 --- a/activities/trainings/index.md +++ b/activities/trainings/index.md @@ -15,7 +15,6 @@ Here is a list of trainings developed or used by the Foundation for Public Code: * Rewriting Git History - Amend, Reword, Delete, Reorder, Squash and Split ([video](https://www.youtube.com/watch?v=ElRzTuYln0M), [article](https://www.themoderncoder.com/rewriting-git-history/)) - for making the git history as clear and understandable as possible * [Git Cheat Sheet](https://education.github.com/git-cheat-sheet-education.pdf) - for a list of the most common used git commands * [Reviewing contributions](https://sage.thesharps.us/2014/09/01/the-gentle-art-of-patch-review/) -* [HackMD.io](https://hackmd.io/) - for collaborating on draft documents in Markdown with people outside the organization (especially helpful for content we plan to publish) * [Markdown Here](https://markdown-here.com/) - for formatting emails written using Markdown * [Jekyll tutorial](https://jekyllrb.com/docs/step-by-step/01-setup/) - for understanding the templates which underpin our website