This is an automated email from the ASF dual-hosted git repository.

andreww pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-docs.git


The following commit(s) were added to refs/heads/develop by this push:
     new da19020  Update README.md
da19020 is described below

commit da190205bfa9657f3bba4e88e2c48d3698d9f315
Author: Andrew Wetmore <and...@cottage14.com>
AuthorDate: Fri Jan 26 09:40:49 2018 -0400

    Update README.md
    
    Adjusted info, for now, concerning external links.
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 9a7c19a..0ba16c7 100644
--- a/README.md
+++ b/README.md
@@ -46,6 +46,6 @@ In the .md files, links have to be a full path without the 
leading slash. So to
 
 ```[as3](welcome/features/as3.html)```
 
-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. The syntax for 
opening a new browser window or tab is:
+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. It does not look like 
Markdown suppports this behavior very well (there are multiple solutions 
online, which tells me none of them work uniformly). Use straight HTML for 
these links, like this:
 
-```[as3](welcome/features/as3.html){:target='_blank'}```
+```<a href="http://flex.apache.org"; target="_blank">Apache Flex</a>```

-- 
To stop receiving notification emails like this one, please contact
andr...@apache.org.

Reply via email to