Skip to content

Commit 7c1d6c5

Browse files
authored
Merge pull request #27 from juliakreger/connect-links
Revise links on blog config
2 parents b6cd5bd + a093ca3 commit 7c1d6c5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/content/blog-config.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
"connect": [
1111
{
1212
"text": "Mailing Lists",
13-
"link": "#"
13+
"link": "http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-discuss"
1414
},
1515
{
16-
"text": "Weekly Calls",
17-
"link": "#"
16+
"text": "Weekly Team Meeting",
17+
"link": "https://wiki.openstack.org/wiki/Meetings/Ironic#Weekly_Ironic_Project_Team_Meeting"
1818
},
1919
{
2020
"text": "Freenode IRC",
21-
"link": "#"
21+
"link": "irc://irc.freenode.net/#openstack-ironic"
2222
}
2323
]
24-
}
24+
}

0 commit comments

Comments
 (0)