Skip to content

Commit a093ca3

Browse files
committed
Revise links on blog config
Blog config links were missing, but this fixes that!
1 parent eec99ea commit a093ca3

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)