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

mwalch pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/accumulo-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 0713f33  Fixed example
0713f33 is described below

commit 0713f3330baef4608d0b1bbeada0cd58bec820aa
Author: Mike Walch <[email protected]>
AuthorDate: Tue Jul 10 16:29:13 2018 -0400

    Fixed example
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index fcbb75d..c916513 100644
--- a/README.md
+++ b/README.md
@@ -82,7 +82,7 @@ The source for these tags is at 
[_plugins/links.rb](_plugins/links.rb).
 | jlink | Creates Javadoc link   | Link text will be class name by default. 
Use `-f` for full package + class name | `{% jlink -f 
org.apache.accumulo.core.client.Connector %}` |
 | jurl  | Creates Javadoc URL    | None                                        
                                    | `{% jurl 
org.apache.accumulo.core.client.Connector %}`     |
 | plink | Creates Property link  | Assumes server property by default. Use 
`-c` to link to client properties       | `{% plink -c instance.name %}`        
                     |
-| purl  | Creates Property URL   | Default is servery property. Use `-c` to 
link to client properties              | `{% plink instance.volumes %}`         
                    |
+| purl  | Creates Property URL   | Default is servery property. Use `-c` to 
link to client properties              | `{% purl instance.volumes %}`          
                   |
 | dlink | Creates Documentation link | None                                    
                                        | `{% dlink getting-stared/clients %}`  
                 |
 | durl  | Creates Documentation URL  | None                                    
                                        | `{% durl troubleshooting/performance 
%}`                   |
 

Reply via email to