Skip to content

Commit 2825774

Browse files
authored
DOC Rename link to PEFT Quicktour (#2358)
The "Get started" link currently points to the "Quicktour" article, while "Get started" is also the first title in the TOC, causing confusion. Rename the "Get started" link to "Quicktour" to match the article and ensure consistency.
1 parent 57126d5 commit 2825774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ PEFT is integrated with the Transformers, Diffusers, and Accelerate libraries to
2323
<div class="mt-10">
2424
<div class="w-full flex flex-col space-y-4 md:space-y-0 md:grid md:grid-cols-2 md:gap-y-4 md:gap-x-5">
2525
<a class="!no-underline border dark:border-gray-700 p-5 rounded-lg shadow hover:shadow-lg" href="quicktour"
26-
><div class="w-full text-center bg-gradient-to-br from-blue-400 to-blue-500 rounded-lg py-1.5 font-semibold mb-5 text-white text-lg leading-relaxed">Get started</div>
26+
><div class="w-full text-center bg-gradient-to-br from-blue-400 to-blue-500 rounded-lg py-1.5 font-semibold mb-5 text-white text-lg leading-relaxed">Quicktour</div>
2727
<p class="text-gray-700">Start here if you're new to 🤗 PEFT to get an overview of the library's main features, and how to train a model with a PEFT method.</p>
2828
</a>
2929
<a class="!no-underline border dark:border-gray-700 p-5 rounded-lg shadow hover:shadow-lg" href="./task_guides/prompt_based_methods"

0 commit comments

Comments
 (0)