Skip to content

Commit

Permalink
docs: Fix link to pitchfork layout convention
Browse files Browse the repository at this point in the history
  • Loading branch information
stotko committed Aug 28, 2023
1 parent c4b2fec commit e085756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/development/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href="https://api.csswg.org/bikeshed/?force=1&url=https://raw.githubusercontent.com/vector-of-bool/pitchfork/spec/data/spec.bs">project layout conventions</a> 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.
Expand Down

0 comments on commit e085756

Please sign in to comment.