From 80a8204fdb90ca5201d9501a6ffe62051293f060 Mon Sep 17 00:00:00 2001 From: Noah Fiedel Date: Fri, 19 Feb 2021 12:37:04 -0800 Subject: [PATCH] Update thinking_in_jax.ipynb Fix typo in notebook url. --- docs/notebooks/thinking_in_jax.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/notebooks/thinking_in_jax.ipynb b/docs/notebooks/thinking_in_jax.ipynb index 2e8b28bd1fb9..1ca4f1753d2a 100644 --- a/docs/notebooks/thinking_in_jax.ipynb +++ b/docs/notebooks/thinking_in_jax.ipynb @@ -33,7 +33,7 @@ "source": [ "# How to Think in JAX\n", "\n", - "[![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.sandbox.google.com/github/google/jax/blob/master/docs/notebooks/thinking_ind_jax.ipynb)\n", + "[![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.sandbox.google.com/github/google/jax/blob/master/docs/notebooks/thinking_in_jax.ipynb)\n", "\n", "JAX provides a simple and powerful API for writing accelerated numerical code, but working effectively in JAX sometimes requires extra consideration. This document is meant to help build a ground-up understanding of how JAX operates, so that you can use it more effectively." ]