Skip to content

Commit 3cc8906

Browse files
committed
update README.md to reflect current reality
1 parent 61f7ffb commit 3cc8906

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Public SCS community calendar
22
This repository contains various `yaml` files to announce public events, meetings and other interesting happenings of
3-
our [Sovereign Cloud Stack](https://scs.community) community.
3+
our [Sovereign Cloud Stack](https://sovereigncloudstack.org) community.
44

55
## Import public SCS community calendar
66
The public calendar is automatically published at <https://sovereigncloudstack.github.io/calendar/scs.ics>. We recommend importing the calendar with an iCalendar client like [Thunderbird](https://support.mozilla.org/en-US/kb/creating-new-calendars#w_on-the-network-connect-to-your-online-calendars).
@@ -18,11 +18,6 @@ pip install ics==0.8.0.dev0
1818
pip install yaml2ics==0.2
1919
pip install pyyaml
2020
```
21-
The `yml` file for our regular community calls is automatically generated by `communitycall.py`. You need to call this script prior to executing `yaml2ics` or the calendar build will fail (due to the otherwise missing file `communitycall.yml`). To do so, call
22-
23-
```
24-
python communitycall.py
25-
```
2621

2722
and afterwards, call `yaml2ics` on `main.yml` (or any of the sub-calendars):
2823

0 commit comments

Comments
 (0)