Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/videolan/dav1d.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnisse Astier <anisse@astier.eu>2019-01-21 01:07:20 +0300
committerAnisse Astier <anisse@astier.eu>2019-01-25 11:17:30 +0300
commit250204038a3799d2a2377b9be5a87c5d4213e9ba (patch)
tree5b3e661d67e7d8e0e0d174fbf9b10aeda3b89ed6 /README.md
parent191f79d5a914c647fa941ee8c72f807ca2bd1fcb (diff)
Fix broken link to wikis/task-list
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d1266ab..a433051 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +35,7 @@ The plan is the folllowing:
6. Make it fast on older desktop, by writing asm for SSE chips.
### After
-7. Improve C code base with [various tweaks](wiki/task-list),
+7. Improve C code base with [various tweaks](https://code.videolan.org/videolan/dav1d/wikis/task-list),
8. Accelerate for less common architectures,
9. Use more GPU, when possible.