From dcab87ba30f7c3501c2630631f80cd1a71490903 Mon Sep 17 00:00:00 2001 From: Kagami Hiiragi Date: Sun, 17 Mar 2019 15:35:28 +0300 Subject: [PATCH] Add link to avif repo --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a4df461..a50a9c2 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # go-avif [![Build Status](https://travis-ci.org/Kagami/go-avif.svg?branch=master)](https://travis-ci.org/Kagami/go-avif) [![GoDoc](https://godoc.org/github.com/Kagami/go-avif?status.svg)](https://godoc.org/github.com/Kagami/go-avif) -go-avif implements AVIF (AV1 Still Image File Format) encoder for Go using -[libaom](https://aomedia.googlesource.com/aom/), -[the highest quality](https://github.com/Kagami/av1-bench) AV1 codec at the -moment. +go-avif implements +AVIF ([AV1 Still Image File Format](https://aomediacodec.github.io/av1-avif/)) +encoder for Go using libaom, [the highest quality](https://github.com/Kagami/av1-bench) +AV1 codec at the moment. ## Requirements