HausDAO / haus-tasks

tasks from the Haus
2 stars 0 forks source link

Fix broken link for 'Quick Start Guide' on Summon page #13

Closed arentweall closed 3 years ago

arentweall commented 3 years ago

Bug Fix

Expected Behaviour: On mainnet and on the summon page, there is a Quick Start Guide to help summoners find out more about summoning on xDai. This should lead to the https://daohaus.club/docs/users/summon.

Actual Behaviour: Now the link is broken, as it is pointing to https://daohaus.club/help#Summon instead of https://daohaus.club/docs/users/summon . This seems to a broken link from old docs

Application Area: Summon Page - https://app.daohaus.club/summon

Fix Required Change the URL from https://daohaus.club/help#Summon to https://daohaus.club/docs/users/summon.

arentweall commented 3 years ago

Fixed & merged - https://github.com/HausDAO/daohaus-app/pull/1253