Fixing URL formatting mistake
authorBryan <btbonval@gmail.com>
Wed, 11 Dec 2013 06:40:44 +0000 (01:40 -0500)
committerBryan <btbonval@gmail.com>
Wed, 11 Dec 2013 06:40:44 +0000 (01:40 -0500)
README.md

index 30f75feda57066fea8ec7f97186cc097c06dedd7..0f352530267de8f0fa5adbccf2988ef1feb09bfd 100644 (file)
--- a/README.md
+++ b/README.md
@@ -42,13 +42,13 @@ directory underneath that (`{project_root}/karmaworld`) alongside files like
 Notice: This software makes use of external third party services which require accounts to access the service APIs. Without these third parties available, this software may require considerable overhaul.
 
 ### Filepicker
-This software uses [Filepicker.io]{https://www.inkfilepicker.com/} for uploading files. This requires an account with Filepicker and some additional third party file hosting site where Filepicker may send uploaded files.
+This software uses [Filepicker.io](https://www.inkfilepicker.com/) for uploading files. This requires an account with Filepicker and some additional third party file hosting site where Filepicker may send uploaded files.
 
 ### Amazon S3
-This software uses [Amazon S3]{http://aws.amazon.com/s3/} as a third party file hosting site. The primary use case is a destination for Filepicker files.  A secondary use case is hosting static files.
+This software uses [Amazon S3](http://aws.amazon.com/s3/) as a third party file hosting site. The primary use case is a destination for Filepicker files.  A secondary use case is hosting static files.
 
 ### Google Drive
-This software uses [Google Drive]{https://developers.google.com/drive/} to convert documents to and from various file formats. Google credentials will be required as well as a Google Drive account which has been registered with the Google Cloud Console.
+This software uses [Google Drive](https://developers.google.com/drive/) to convert documents to and from various file formats. Google credentials will be required as well as a Google Drive account which has been registered with the Google Cloud Console.
 
 # Development Install