This is an automated email from the ASF dual-hosted git repository.
andreww pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-docs.git
The following commit(s) were added to refs/heads/master by this push:
new 5bd8e45 Update README.md
5bd8e45 is described below
commit 5bd8e45c473a2911653ddd5cf83b571641067604
Author: Andrew Wetmore <[email protected]>
AuthorDate: Sun May 19 10:46:06 2019 -0300
Update README.md
Corrected instructions about setting links to open in a new window or tab,.
---
README.md | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/README.md b/README.md
index f685eee..f73d758 100644
--- a/README.md
+++ b/README.md
@@ -44,11 +44,7 @@ In the .md files, links have to be full paths without the
leading slash. So to l
without the leading "/". Links are case-sensitive, and you need to insert
```%20``` for any space that appears in the target file's name. Check the
guidance about file names, above.
-When linking to locations not in the help-docs stack, including other pages in
the Royale website, clicking the link should open a new browser window or tab
so the reader does not lose their place in the help docs. If you want to use
MarkDown, set the link like this:
-
-```[Apache Flex](https://flex.apache.org){:target='_blank'}```
-
-You can also use straight HTML for these links, like this:
+When linking to locations not in the help-docs stack, including other pages in
the Royale website, clicking the link should open a new browser window or tab
so the reader does not lose their place in the help docs. MarkDown does not
support the directive to open the link in a new window or tab, so use straight
HTML for these links, like this:
```<a href="https://flex.apache.org" target="_blank">Apache Flex</a>```