From 2dcd6ee375c58ec0666a556b4c8de550d07c70e2 Mon Sep 17 00:00:00 2001 From: Patrick Stotko Date: Mon, 28 Aug 2023 15:36:02 +0200 Subject: [PATCH] docs: Fix link to pitchfork layout convention --- docs/development/contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/contributing.md b/docs/development/contributing.md index f802845a9..51c98e80e 100644 --- a/docs/development/contributing.md +++ b/docs/development/contributing.md @@ -79,7 +79,7 @@ After the review is complete and all tests pass, your pull request will be accep ## Project Structure -stdgpu is structured according to common [project layout conventions](https://api.csswg.org/bikeshed/?force=1&url=https://raw.githubusercontent.com/vector-of-bool/pitchfork/spec/data/spec.bs) which includes the following directories: +stdgpu is structured according to common project layout conventions which includes the following directories: - `benchmarks/stdgpu/`: The benchmarks of the library. The actual code lies in the `*.inc` files which are then included and compiled in backend-specific source files. - `cmake/`: Additional CMake scripts used for building and development. Backend-specific code lies in the respective subdirectories.