Skip to content

Commit

Permalink
fix: corrects link in README (#125)
Browse files Browse the repository at this point in the history
* fix: corrects link in README
  • Loading branch information
jtyoung84 authored Jun 28, 2024
1 parent 338fe5d commit d1be882
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

This service can be used to upload data stored in a VAST drive. It uses FastAPI to upload a job submission csv file that will be used to trigger a data transfer job in an on-prem HPC. Based on the information provided in the file, the data upload process fetches the appropriate metadata and starts the upload process.

More information can be found at [http://aind-data-transfer-service.readthedocs.io](readthedocs).
More information can be found at [readthedocs](https://aind-data-transfer-service.readthedocs.io).
2 changes: 1 addition & 1 deletion src/aind_data_transfer_service/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Init package"""
import os

__version__ = "1.0.0"
__version__ = "1.0.1"

# Global constants
OPEN_DATA_BUCKET_NAME = os.getenv("OPEN_DATA_BUCKET_NAME", "open")
Expand Down

0 comments on commit d1be882

Please sign in to comment.