From c2b7f6bb15b6d4938af1095d881cbee9bbaa5bc0 Mon Sep 17 00:00:00 2001 From: Kevin Gleason Date: Wed, 24 Apr 2024 23:03:21 -0700 Subject: [PATCH] Fix link in JAX tutorial (#2256) --- docs/tutorials/jax-export.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorials/jax-export.ipynb b/docs/tutorials/jax-export.ipynb index f26b33df77..627873b422 100644 --- a/docs/tutorials/jax-export.ipynb +++ b/docs/tutorials/jax-export.ipynb @@ -28,8 +28,8 @@ "\n", "We'll be using `jax` and `jaxlib` (JAX's XLA package), along with `flax` and `transformers` for some models to export.\n", "\n", - "[jax-tutorial-colab]: https://colab.research.google.com/github/openxla/stablehlo/blob/main/docs/examples/jax-export.ipynb\n", - "[jax-tutorial-kaggle]: https://kaggle.com/kernels/welcome?src=https://github.com/openxla/stablehlo/blob/main/docs/examples/jax-export.ipynb" + "[jax-tutorial-colab]: https://colab.research.google.com/github/openxla/stablehlo/blob/main/docs/tutorials/jax-export.ipynb\n", + "[jax-tutorial-kaggle]: https://kaggle.com/kernels/welcome?src=https://github.com/openxla/stablehlo/blob/main/docs/tutorials/jax-export.ipynb" ], "metadata": { "id": "_TuAgGNKt5HO"