Unverified Commit 3c0a0d75 authored by Ryan Olson's avatar Ryan Olson Committed by GitHub
Browse files

docs: fix invalid link for veto-events (#6867)


Signed-off-by: default avatarRyan Olson <rolson@nvidia.com>
Signed-off-by: default avatarDmitry Tokarev <dtokarev@nvidia.com>
Co-authored-by: default avatarDmitry Tokarev <dtokarev@nvidia.com>
parent 4e1bd700
...@@ -28,7 +28,6 @@ jobs: ...@@ -28,7 +28,6 @@ jobs:
- name: Check documentation links with lychee - name: Check documentation links with lychee
uses: lycheeverse/lychee-action@v2 uses: lycheeverse/lychee-action@v2
with: with:
# TODO(DYN-2310): remove exclusion of ./lib/velo-events/README.md (dead Google Drive link)
args: >- args: >-
--cache --cache
--no-progress --no-progress
...@@ -38,7 +37,6 @@ jobs: ...@@ -38,7 +37,6 @@ jobs:
--root-dir ${{ github.workspace }} --root-dir ${{ github.workspace }}
--exclude-path ".*ATTRIBUTIONS.*" --exclude-path ".*ATTRIBUTIONS.*"
--exclude-path "./lib/llm/tests/data/.*" --exclude-path "./lib/llm/tests/data/.*"
--exclude-path "./lib/velo-events/README.md"
--accept "200..=299, 403, 429" --accept "200..=299, 403, 429"
--exclude-all-private --exclude-all-private
--exclude 0.0.0.0 --exclude 0.0.0.0
......
# velo-events # velo-events
A generational event system for coordinating async tasks with [minimal overhead](https://drive.google.com/file/d/1s9M1I-dUbhqWLrMFB5ehPSM-qDQBGPZG). A generational event system for coordinating async tasks with minimal overhead.
Events can be created, awaited, merged into precondition graphs, and poisoned Events can be created, awaited, merged into precondition graphs, and poisoned
on failure. The local implementation lives in this crate; a distributed event on failure. The local implementation lives in this crate; a distributed event
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment