MetaGame → Community → Events link update (#1268)

Changed url to Calendar in our Wiki
This commit is contained in:
vance4243
2022-05-17 21:09:44 +02:00
committed by GitHub
parent 341961e581
commit 15487abc42

View File

@@ -5,7 +5,7 @@ const EventsPage: React.FC = () => (
<EmbedContainer
title="MetaGame Events"
description={descriptions.events}
url={`https://wiki.metagame.wtf/docs/great-houses/house-of-daos`}
url="//wiki.metagame.wtf/docs/resources/calendar"
/>
);