From 3f0fb9de3a6dc9218f3b7d50e5b13767a97e5592 Mon Sep 17 00:00:00 2001 From: Hugh Delaney Date: Fri, 20 Dec 2024 14:15:22 +0000 Subject: [PATCH] Fix broken url --- CONTRIBUTING.md | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 50e396e1..201e0de1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,7 +4,7 @@ We encourage anyone who wants to contribute to submit [Issues](https://github.com/oneapi-src/level-zero/issues) and [Pull Requests](https://github.com/oneapi-src/level-zero/pulls). We will help review these for proper alignment with the -[Level Zero Specification](https://spec.oneapi.com/level-zero/latest/index.html). +[Level Zero Specification](https://oneapi-src.github.io/level-zero-spec/level-zero/latest/index.html). ## C++ Coding Standards @@ -116,4 +116,4 @@ Then add a line to every git commit message: Use your real name (sorry, no pseudonyms or anonymous contributions). If you set your `user.name` and `user.email` git configs, you can sign your -commit automatically with `git commit -s`. \ No newline at end of file +commit automatically with `git commit -s`. diff --git a/README.md b/README.md index a561e42d..8942f84b 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.io/level-zero/latest/index.html) for more information about Level Zero. +See the [Level Zero specification](https://oneapi-src.github.io/level-zero-spec/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.