Skip to content

Commit

Permalink
Merge pull request #744 from clrfund/fix/dead-external-links
Browse files Browse the repository at this point in the history
Fix bad MACI references
  • Loading branch information
yuetloo committed Apr 22, 2024
2 parents 12844de + 65629e1 commit b9b667b
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions vue-app/src/views/AboutMaci.vue
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
</p>
<p>
{{ $t('maci.helps.how.p3_t1') }}
<links to="https://github.com/appliedzkp/maci/blob/master/specs/01_introduction.md">{{
<links to="https://github.com/privacy-scaling-explorations/maci/blob/v0.10.1/specs/01_introduction.md">{{
$t('maci.helps.how.p3_link')
}}</links>
</p>
Expand All @@ -108,7 +108,7 @@
</blockquote>

<p>
<links to="https://github.com/appliedzkp/maci/tree/master/specs">{{ $t('maci.helps.how.link') }}</links>
<links to="https://maci.pse.dev/blog/maci-1-0-technical-introduction">{{ $t('maci.helps.how.link') }}</links>
</p>

<h3>{{ $t('maci.constraints.h3') }}</h3>
Expand All @@ -127,15 +127,13 @@
<h3>{{ $t('maci.more.h3_1') }}</h3>
<ul>
<li>
<links to="https://ethresear.ch/t/minimal-anti-collusion-infrastructure/541">{{ $t('maci.more.l1') }}</links>
<links to="https://ethresear.ch/t/minimal-anti-collusion-infrastructure/5413">{{ $t('maci.more.l1') }}</links>
</li>
<li>
<links to="https://github.com/appliedzkp/maci">{{ $t('maci.more.l2') }}</links>
<links to="https://github.com/privacy-scaling-explorations/maci">{{ $t('maci.more.l2') }}</links>
</li>
<li>
<links to="https://github.com/appliedzkp/maci/blob/master/specs/01_introduction.md">{{
$t('maci.more.l3')
}}</links>
<links to="https://maci.pse.dev">{{ $t('maci.more.l3') }}</links>
</li>
</ul>
<h3>{{ $t('maci.more.h3_2') }}</h3>
Expand Down

0 comments on commit b9b667b

Please sign in to comment.