From 314cdf7c2583ba523a2184124cbabdc537bb38fc Mon Sep 17 00:00:00 2001 From: Maria Khalusova Date: Fri, 17 Mar 2023 10:27:12 -0400 Subject: [PATCH] Removed .mdx extension in two links (#22230) removed .mdx extension --- docs/source/en/model_doc/dpt.mdx | 2 +- docs/source/en/model_doc/glpn.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/en/model_doc/dpt.mdx b/docs/source/en/model_doc/dpt.mdx index c80ab8db7c..030b73e6dd 100644 --- a/docs/source/en/model_doc/dpt.mdx +++ b/docs/source/en/model_doc/dpt.mdx @@ -34,7 +34,7 @@ A list of official Hugging Face and community (indicated by 🌎) resources to h - Demo notebooks for [`DPTForDepthEstimation`] can be found [here](https://github.com/NielsRogge/Transformers-Tutorials/tree/master/DPT). - [Semantic segmentation task guide](../tasks/semantic_segmentation) -- [Monocular depth estimation task guide](../tasks/monocular_depth_estimation.mdx) +- [Monocular depth estimation task guide](../tasks/monocular_depth_estimation) If you're interested in submitting a resource to be included here, please feel free to open a Pull Request and we'll review it! The resource should ideally demonstrate something new instead of duplicating an existing resource. diff --git a/docs/source/en/model_doc/glpn.mdx b/docs/source/en/model_doc/glpn.mdx index ce930b2e95..d1ae7da094 100644 --- a/docs/source/en/model_doc/glpn.mdx +++ b/docs/source/en/model_doc/glpn.mdx @@ -45,7 +45,7 @@ This model was contributed by [nielsr](https://huggingface.co/nielsr). The origi A list of official Hugging Face and community (indicated by 🌎) resources to help you get started with GLPN. - Demo notebooks for [`GLPNForDepthEstimation`] can be found [here](https://github.com/NielsRogge/Transformers-Tutorials/tree/master/GLPN). -- [Monocular depth estimation task guide](../tasks/monocular_depth_estimation.mdx) +- [Monocular depth estimation task guide](../tasks/monocular_depth_estimation) ## GLPNConfig