docs: change path to /dto
Change to `/dto` (Drupal testing online).
This commit is contained in:
parent
1bb4aa14af
commit
fc62e74ccb
|
@ -68,7 +68,7 @@ const isFrontPage = Astro.props.isFront;
|
|||
class="min-h-screen font-sans text-base font-light md:text-xl dark:text-white text-grey-900 selection:bg-blue-primary selection:text-white dark:bg-grey-900 dark:selection:bg-blue-primary dark:selection:text-white"
|
||||
>
|
||||
{false && (
|
||||
<Banner text={"<a href='/drupal-testing'>Register now for my Drupal automated testing workshop →</a>"} />
|
||||
<Banner text={"<a href='/dto'>Register now for my Drupal automated testing workshop →</a>"} />
|
||||
)}
|
||||
|
||||
{true && (
|
||||
|
|
Loading…
Reference in a new issue