Skip to content

Commit 8807bad

Browse files
Fix path to Colab (#547)
The current path is the one generated by Colab export but does not match the location of the notebook. Signed-off-by: Mihai Maruseac <[email protected]>
1 parent 27a0d4e commit 8807bad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/demo.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"colab_type": "text"
88
},
99
"source": [
10-
"<a href=\"https://colab.research.google.com/github/mihaimaruseac/model-transparency/blob/main/Model_signing_with_%60model_signing%60_v1_0.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
10+
"<a href=\"https://colab.research.google.com/github/sigstore/model-transparency/blob/main/docs/demo.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
1111
]
1212
},
1313
{
@@ -1234,4 +1234,4 @@
12341234
},
12351235
"nbformat": 4,
12361236
"nbformat_minor": 0
1237-
}
1237+
}

0 commit comments

Comments
 (0)