Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Commit

Permalink
Add redirect to cccl/cub docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
wmaxey committed Feb 21, 2024
0 parents commit e269ce0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>Redirecting to nvidia.github.io/cccl/cub</title>

<html>
<head>
<script>
var localUri = window.location.pathname.replace(/^\/.*?\//g, "");
window.location.href =
"https://nvidia.github.io/cccl/cub/"
</script>
</head>
</html>
3 changes: 3 additions & 0 deletions docs/_config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
title: Redirect to CCCL

repository: nvlabs/cub

0 comments on commit e269ce0

Please sign in to comment.