diff --git a/README.md b/README.md index 6794c32..064e041 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ Alternatively, you can configure the Python environment manually using these env ## Status -**Early but functional.** DimWit successfully runs complex models including GPT-2 (see [example](examples/src/main/scala/complex/GPT2.scala)). The core concepts are stable, but the API is still evolving. +**Early but functional.** DimWit successfully runs complex models including GPT-2 (see [example](https://github.com/dimwit-dev/deepwit/tree/main/examples/src/main/scala/example/gpt)). The core concepts are stable, but the API is still evolving. **Not production-ready** - expect breaking changes. diff --git a/mdocs/README.md b/mdocs/README.md index cd82de2..bd5d2b9 100644 --- a/mdocs/README.md +++ b/mdocs/README.md @@ -123,7 +123,7 @@ Alternatively, you can configure the Python environment manually using these env ## Status -**Early but functional.** DimWit successfully runs complex models including GPT-2 (see [example](examples/src/main/scala/complex/GPT2.scala)). The core concepts are stable, but the API is still evolving. +**Early but functional.** DimWit successfully runs complex models including GPT-2 (see [example](https://github.com/dimwit-dev/deepwit/tree/main/examples/src/main/scala/example/gpt)). The core concepts are stable, but the API is still evolving. **Not production-ready** - expect breaking changes.