From 6fb70669040141ba080fc5b9867dcf09c44f6b67 Mon Sep 17 00:00:00 2001 From: Joe Duncko Date: Wed, 23 Sep 2020 16:25:27 -0400 Subject: [PATCH] docs: pepper flash plugin info appears at chrome://version now (#25445) `chrome://flash` doesn't seem to exist anymore, but similar information appears at `chrome://version`. --- docs/tutorial/using-pepper-flash-plugin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/using-pepper-flash-plugin.md b/docs/tutorial/using-pepper-flash-plugin.md index 41aec1e1163a..cd843fd3e064 100644 --- a/docs/tutorial/using-pepper-flash-plugin.md +++ b/docs/tutorial/using-pepper-flash-plugin.md @@ -7,7 +7,7 @@ and then enable it in your application. ## Prepare a Copy of Flash Plugin On macOS and Linux, the details of the Pepper Flash plugin can be found by -navigating to `chrome://flash` in the Chrome browser. Its location and version +navigating to `chrome://version` in the Chrome browser. Its location and version are useful for Electron's Pepper Flash support. You can also copy it to another location.