From b5707b938a990288564a9edb1b46b49799f64867 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frederik=20Hvilsh=C3=B8j?= <93145535+frederik-encord@users.noreply.github.com> Date: Tue, 28 Mar 2023 10:15:23 +0200 Subject: [PATCH] fix: remove copy paste parenthesis (#294) --- docs/docs/sdk/custom-embeddings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/sdk/custom-embeddings.md b/docs/docs/sdk/custom-embeddings.md index 9afd47674..c1f048611 100644 --- a/docs/docs/sdk/custom-embeddings.md +++ b/docs/docs/sdk/custom-embeddings.md @@ -6,4 +6,4 @@ title: Custom Embedding It is possible to add your own custom embeddings to the project. The easiest way to get started is to use [this notebook][custom-embeddings-notebook] as a starting point. -[custom-embeddings-notebook]: (https://github.com/encord-team/encord-active/blob/main/examples/adding-own-custom-embeddings.ipynb) +[custom-embeddings-notebook]: https://github.com/encord-team/encord-active/blob/main/examples/adding-own-custom-embeddings.ipynb