From 0e4b5b37659d15da40ac7cf9dd28e5559d066b06 Mon Sep 17 00:00:00 2001 From: tiann Date: Sun, 29 Jan 2023 16:11:24 +0800 Subject: [PATCH] website: fix device list link broken --- website/docs/guide/unofficially-support-devices.md | 4 ++-- website/docs/vi_VN/guide/unofficially-support-devices.md | 4 ++-- website/docs/zh_CN/guide/unofficially-support-devices.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/website/docs/guide/unofficially-support-devices.md b/website/docs/guide/unofficially-support-devices.md index 1eb2667f..48e52eb8 100644 --- a/website/docs/guide/unofficially-support-devices.md +++ b/website/docs/guide/unofficially-support-devices.md @@ -22,8 +22,8 @@ import data from '../repos' - {{ repo.maintainer }} - {{ repo.kernel_name }} + {{ repo.maintainer }} + {{ repo.kernel_name }} {{ repo.devices }} diff --git a/website/docs/vi_VN/guide/unofficially-support-devices.md b/website/docs/vi_VN/guide/unofficially-support-devices.md index 1034eec6..cef4e57f 100644 --- a/website/docs/vi_VN/guide/unofficially-support-devices.md +++ b/website/docs/vi_VN/guide/unofficially-support-devices.md @@ -24,8 +24,8 @@ import data from '../../repos' - {{ repo.maintainer }} - {{ repo.kernel_name }} + {{ repo.maintainer }} + {{ repo.kernel_name }} {{ repo.devices }} diff --git a/website/docs/zh_CN/guide/unofficially-support-devices.md b/website/docs/zh_CN/guide/unofficially-support-devices.md index 5a1ea5bb..a817f4a9 100644 --- a/website/docs/zh_CN/guide/unofficially-support-devices.md +++ b/website/docs/zh_CN/guide/unofficially-support-devices.md @@ -22,8 +22,8 @@ import data from '../../repos' - {{ repo.maintainer }} - {{ repo.kernel_name }} + {{ repo.maintainer }} + {{ repo.kernel_name }} {{ repo.devices }}