From 894cc8214bb2e159eafadae10b86cdd0c8935ec0 Mon Sep 17 00:00:00 2001 From: "Michael[tm] Smith" Date: Mon, 18 Sep 2023 13:03:09 +0900 Subject: [PATCH] Add prominent https://webkit.org/ link to top page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit A developer/reader coming in to the https://github.com/WebKit/WebKit/ repo would likely find it pretty useful to also browse directly to the top of the https://webkit.org/ site and explore all the other information about WebKit which that site provides. But the existing Readme at https://github.com/WebKit/WebKit/ doesn’t include any link directly to the top of the https://webkit.org/ site. Among the specific things linked to on the https://webkit.org/ site, developers are likely to find the Feature Status tab in the top menu to be useful — since it includes links to the Standards Positions and CSS Features pages, which docs.webkit.org doesn’t link to (and probably doesn’t need to). --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index cbb20b67..906b752d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -5,7 +5,7 @@ hide: # WebKit Overview -WebKit is a cross-platform web browser engine. On iOS and macOS, it powers Safari, Mail, iBooks, and many other applications. +WebKit is a cross-platform web browser engine. On iOS and macOS, it powers Safari, Mail, iBooks, and many other applications. For more information about WebKit, see the [WebKit project website](https://webkit.org/). ## Getting Up and Running