Skip to content

Commit 14fb6f6

Browse files
committed
Fix broken links in python notebooks
1 parent 164b642 commit 14fb6f6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

examples/tensorflow/image-classifier/inception.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@
204204
},
205205
"source": [
206206
"<!-- CORTEX_VERSION_MINOR -->\n",
207-
"That's it! See the [example on GitHub](https://github.com/cortexlabs/cortex/tree/master/examples/image-classifier) for how to deploy the model as an API."
207+
"That's it! See the [example on GitHub](https://github.com/cortexlabs/cortex/tree/master/examples/tensorflow/image-classifier) for how to deploy the model as an API."
208208
]
209209
}
210210
]

examples/tensorflow/iris-classifier/tensorflow.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@
289289
},
290290
"source": [
291291
"<!-- CORTEX_VERSION_MINOR -->\n",
292-
"That's it! See the [example on GitHub](https://github.com/cortexlabs/cortex/tree/master/examples/iris-classifier) for how to deploy the model as an API."
292+
"That's it! See the [example on GitHub](https://github.com/cortexlabs/cortex/tree/master/examples/tensorflow/iris-classifier) for how to deploy the model as an API."
293293
]
294294
}
295295
]

examples/tensorflow/sentiment-analyzer/bert.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1000,7 +1000,7 @@
10001000
},
10011001
"source": [
10021002
"<!-- CORTEX_VERSION_MINOR -->\n",
1003-
"That's it! See the [example on GitHub](https://github.com/cortexlabs/cortex/tree/master/examples/sentiment-analyzer) for how to deploy the model as an API."
1003+
"That's it! See the [example on GitHub](https://github.com/cortexlabs/cortex/tree/master/examples/tensorflow/sentiment-analyzer) for how to deploy the model as an API."
10041004
]
10051005
}
10061006
]

examples/tensorflow/text-generator/gpt-2.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@
376376
},
377377
"source": [
378378
"<!-- CORTEX_VERSION_MINOR -->\n",
379-
"That's it! See the [example on GitHub](https://github.com/cortexlabs/cortex/tree/master/examples/text-generator) for how to deploy the model as an API."
379+
"That's it! See the [example on GitHub](https://github.com/cortexlabs/cortex/tree/master/examples/tensorflow/text-generator) for how to deploy the model as an API."
380380
]
381381
}
382382
]

0 commit comments

Comments
 (0)