From 56a663690ccd378182ea7dbf95b7b2a54463e3e9 Mon Sep 17 00:00:00 2001 From: Marius Brehler Date: Fri, 16 Aug 2024 18:59:44 +0200 Subject: [PATCH] Update links to examples (#3641) Closes #3440 --- docs/ltc_examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ltc_examples.md b/docs/ltc_examples.md index 217761a51..0c6da17bb 100644 --- a/docs/ltc_examples.md +++ b/docs/ltc_examples.md @@ -51,4 +51,4 @@ In Mark Step: true ``` ## Example Models -There are also examples of a [HuggingFace BERT](../examples/ltc_backend_bert.py) and [MNIST](../examples/ltc_backend_mnist.py) model running on the example LTC backend. +There are also examples of a [HuggingFace BERT](../projects/pt1/examples/ltc_backend_bert.py) and [MNIST](../projects/pt1/examples/ltc_backend_mnist.py) model running on the example LTC backend.