From c1a28f1f6e3117f3d92b38fdd3004e8d505aded1 Mon Sep 17 00:00:00 2001 From: sanjibani <18418553+sanjibani@users.noreply.github.com> Date: Mon, 22 Jun 2026 10:49:02 +0530 Subject: [PATCH 1/2] docs: fix dead morphllm.com/dashboard link in morph.mdx --- docs/customize/model-providers/more/morph.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/customize/model-providers/more/morph.mdx b/docs/customize/model-providers/more/morph.mdx index 8fc12f7b437..ca5f295e7c8 100644 --- a/docs/customize/model-providers/more/morph.mdx +++ b/docs/customize/model-providers/more/morph.mdx @@ -3,7 +3,7 @@ title: "Morph" description: "Configure Morph with Continue to access their optimized models for code application, embeddings, and reranking, designed for fast and accurate integration of AI-generated code changes" --- -Morph provides a fast apply model that helps you quickly and accurately apply code changes from chat suggestions to your files. It's optimized for speed and precision when integrating generated code into your existing codebase. You can sign up for Morph's generous free tier [here](https://morphllm.com/dashboard). Then, update your configuration file as follows: +Morph provides a fast apply model that helps you quickly and accurately apply code changes from chat suggestions to your files. It's optimized for speed and precision when integrating generated code into your existing codebase. You can sign up for Morph's generous free tier [here](https://morphllm.com/sign-up) (the old `/dashboard` URL was retired). Then, update your configuration file as follows: From 9b7430d9536c509fce38bd901ff0a1c2123d5a65 Mon Sep 17 00:00:00 2001 From: sanjibani <18418553+sanjibani@users.noreply.github.com> Date: Mon, 22 Jun 2026 10:49:38 +0530 Subject: [PATCH 2/2] docs: fix dead huggingface endpoints subpath link in huggingfaceinference.mdx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `https://endpoints.huggingface.co/burtenshaw/endpoints/dedicated` (404) — the user-scoped `/burtenshaw/endpoints/dedicated` subpath was retired when Hugging Face restructured the Inference Endpoints UI. Replaced with `https://endpoints.huggingface.co` (200) — the root endpoints page is the current canonical entry. --- .../model-providers/top-level/huggingfaceinference.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/customize/model-providers/top-level/huggingfaceinference.mdx b/docs/customize/model-providers/top-level/huggingfaceinference.mdx index 2ee1fc41a76..c45eb84d5c1 100644 --- a/docs/customize/model-providers/top-level/huggingfaceinference.mdx +++ b/docs/customize/model-providers/top-level/huggingfaceinference.mdx @@ -52,7 +52,7 @@ Inference Endpoints is a dedicated service that allows you to run your open mode -Before you can use Inference Endpoints, you need to create an endpoint. You can do this by going to [Inference Endpoints](https://endpoints.huggingface.co/burtenshaw/endpoints/dedicated) and clicking on "Create Endpoint". +Before you can use Inference Endpoints, you need to create an endpoint. You can do this by going to [Inference Endpoints](https://endpoints.huggingface.co) and clicking on "Create Endpoint". (The old `/burtenshaw/endpoints/dedicated` user-scoped subpath was retired; the root `/` is the current canonical entry.)