From 77d092e314365cc54b9b873a47210a799ed5a77c Mon Sep 17 00:00:00 2001 From: baizebing Date: Tue, 23 Jul 2024 04:06:02 +0800 Subject: [PATCH] Fix Level Zero spec URL .com -> .io --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fed8cfd5..a561e42d 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ This project is part of the larger [oneAPI](https://www.oneapi.com/) project. See the [oneAPI specification](https://spec.oneapi.com/versions/latest/introduction.html) for more information about the oneAPI project. -See the [Level Zero specification](https://spec.oneapi.com/level-zero/latest/index.html) for more information about Level Zero. +See the [Level Zero specification](https://spec.oneapi.io/level-zero/latest/index.html) for more information about Level Zero. See the [Level Zero specification repo](https://github.com/oneapi-src/level-zero-spec) for contributing to the specification.