Skip to content

Commit 59a735c

Browse files
authored
Merge pull request #11 from SpectraLogic/RachelTucker-patch-1
Update README format to fix broken links
2 parents 35243a0 + 925a215 commit 59a735c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@ To put data to a Spectra S3 appliance you have to do it inside of the context of
7272
* For each chunk that can be processed, sent the object (this step can be done in parallel)
7373
* Repeat getting the list of available chunks until all chunks have been processed
7474

75-
[An example of the above using the Python SDK for putting data] (samples/puttingData.py)
75+
[An example of the above using the Python SDK for putting data](samples/puttingData.py)
7676

77-
[An example of getting data with the Python SDK] (samples/gettingData.py)
77+
[An example of getting data with the Python SDK](samples/gettingData.py)
7878

79-
[An example of using getService and getBucket to list all accessible buckets and objects] (samples/listAll.py)
79+
[An example of using getService and getBucket to list all accessible buckets and objects](samples/listAll.py)
8080

81-
[An example of how give objects on the server a different name than what is on the filesystem, and how to delete objects by folder] (samples/renaming.py)
81+
[An example of how give objects on the server a different name than what is on the filesystem, and how to delete objects by folder](samples/renaming.py)

0 commit comments

Comments
 (0)