Skip to content
This repository was archived by the owner on Sep 25, 2023. It is now read-only.

Commit eedd6e8

Browse files
authored
Fix broken TOC links in README (#532)
Closes #529 Authors: - Adam Thompson (https://github.com/awthomp) Approvers: - AJ Schmidt (https://github.com/ajschmidt8) URL: #532
1 parent d1b186e commit eedd6e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
- Optimizes streaming, real-time applications via zero-copy memory buffer between CPU and GPU
1010
- Is fully built within the GPU Python Ecosystem, where both core functionality and optimized kernels are dependent on the [CuPy](https://cupy.dev/) and [Numba](http://numba.pydata.org/) projects
1111

12-
If you're intersted in the above concepts but prefer to program in C++ rather than Python, please consider [MatX](https://github.com/NVIDIA/MatX). MatX is an efficient C++17 GPU Numerical Computing library with a Pythonic Syntax.
12+
If you're interested in the above concepts but prefer to program in C++ rather than Python, please consider [MatX](https://github.com/NVIDIA/MatX). MatX is an efficient C++17 GPU Numerical Computing library with a Pythonic Syntax.
1313

1414

1515
## Table of Contents
1616
* [Quick Start](#quick-start)
1717
* [Installation](#installation)
18-
* [Conda: Linux OS](#conda-linux-os)
19-
* [Source: aarch64 (Jetson Nano, TK1, TX2, Xavier), Linux OS](#source-aarch64-jetson-nano-tk1-tx2-xavier-linux-os)
18+
* [Conda: Linux OS](#conda-linux-os-preferred)
19+
* [Source: aarch64 (Jetson Nano, TK1, TX2, Xavier), Linux OS](#source-aarch64-jetson-nano-tk1-tx2-xavier-agx-clara-devkit-linux-os)
2020
* [Source: Linux OS](#source-linux-os)
2121
* [Source: Windows OS (with CUDA on WSL)](#source-windows-os)
2222
* [Docker](#docker---all-rapids-libraries-including-cusignal)

0 commit comments

Comments
 (0)