Skip to content

Commit f6b1479

Browse files
authored
fix: remove conflicting file (#199)
* fix: remove conflicting file * fix: broken links
1 parent 5ff1c19 commit f6b1479

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.github/config/.linkspector.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,7 @@ aliveStatusCodes:
88
dirs:
99
- .
1010
useGitIgnore: true
11+
excludedFiles:
12+
- code-of-conduct.md
13+
excludedDirs:
14+
- history/src

.github/workflows/linkcheck.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,14 @@ on:
1212
jobs:
1313
check-links:
1414
name: runner / linkspector
15-
runs-on: ubuntu-latest
15+
runs-on: ubuntu-22.04
1616
steps:
1717
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1818
- name: Run linkspector
1919
uses: umbrelladocs/action-linkspector@fc382e19892aca958e189954912fe379a8df270c # v1.2.4
2020
with:
21-
reporter: github-pr-review
21+
reporter: github-check
2222
fail_on_error: true
2323
config_file: '.github/config/.linkspector.yml'
24+
reviewdog_flags: '-fail-level=error'
25+
filter_mode: 'nofilter'

meetups/012-verifiable-computation-over-encrypted-data-snarks-and-more.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This talk will present Rinocchio, a new designated-verifiable SNARK for ring ari
2424
# The speaker
2525
Anca Nitulescu is a Cryptography Researcher at Protocol Labs working mainly on topics for the security of decentralised systems. Anca's current main areas of interest are SNARK protocols and Vector Commitments, focusing on scalability for such protocols when applied to distributed storage.
2626

27-
Anca worked on topics such as post-quantum secure SNARKs based on lattices, verifiable computation over encrypted data and authentication primitives, as well as on writing outreach material about Zero-Knowledge SNARKs. More information can be found on Anca's <a href=https://www.di.ens.fr/~nitulesc/>website</a>.
27+
Anca worked on topics such as post-quantum secure SNARKs based on lattices, verifiable computation over encrypted data and authentication primitives, as well as on writing outreach material about Zero-Knowledge SNARKs. More information can be found on Anca's <a href="https://www.di.ens.fr/~nitulesc/">website</a>.
2828

2929
# Important links
3030
- <a href="https://discord.fhe.org">Join the community on Discord</a>

0 commit comments

Comments
 (0)