瀏覽代碼

fix: Correct home link for tailwindcss

Huyen Nguyen 1 年之前
父節點
當前提交
f224c56ea7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/docs/scrapers/tailwindcss.rb

+ 1 - 1
lib/docs/scrapers/tailwindcss.rb

@@ -7,7 +7,7 @@ module Docs
     self.root_path = '/'
     self.release = '3.3.2'
     self.links = {
-      home: 'tps://tailwindcss.com/',
+      home: 'https://tailwindcss.com/',
       code: 'https://github.com/tailwindlabs/tailwindcss'
     }