Skip to content

Commit

Permalink
Merge pull request #1835 from randyh62/url-fix
Browse files Browse the repository at this point in the history
[HIPIFY][doc][fix] Update README.md
  • Loading branch information
emankov authored Jan 20, 2025
2 parents 994f3bd + 6a04711 commit 5ceb2b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ python3 -m sphinx -T -E -b html -d _build/doctrees -D language=en . _build/html

To build `CUDA2HIP` (CUDA APIs supported by HIP) documentation, run the following `hipify-clang`
command. This builds the same content as
[Supported CUDA APIs](./docs/supported_apis.md#supported-cuda-apis).
[Supported CUDA APIs](./docs/reference/supported_apis.md#supported-cuda-apis).

```bash
hipify-clang --md --doc-format=full --doc-roc=joint
Expand Down

0 comments on commit 5ceb2b8

Please sign in to comment.