multi word url's?

View: New views
3 Messages — Rating Filter:   Alert me  

multi word url's?

by Roger Pack-6 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Question on rdoc syntax:
currently we can do

msdn[http://msdn.microsoft.com/library/en-us/sysinfo/base/registry.asp]

for a link there

can that be a multi word, like
"the msdn"[http://msdn.microsoft.com/library/en-us/sysinfo/base/registry.asp]

through any means?
Thanks.
-r


Re: multi word url's?

by Eric Hodel :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Sep 22, 2009, at 15:10, Roger Pack wrote:

> Question on rdoc syntax:
> currently we can do
>
> msdn[http://msdn.microsoft.com/library/en-us/sysinfo/base/ 
> registry.asp]
>
> for a link there
>
> can that be a multi word, like
> "the msdn"[http://msdn.microsoft.com/library/en-us/sysinfo/base/registry.asp 
> ]

ri RDoc | grep -A 10 "Example hyperlinks"


Re: multi word url's?

by Roger Pack-6 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

>> can that be a multi word, like
>> "the
>> msdn"[http://msdn.microsoft.com/library/en-us/sysinfo/base/registry.asp]
>
> ri RDoc | grep -A 10 "Example hyperlinks"

Thanks--not sure how I missed those.
-r