Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DI-1332] Update link on DataImport Docker page #59

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions DataImport.Web/Helpers/JsonValidator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,4 @@ public bool IsValidJson(string data)
}
}
}

2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ PowerShell installation provides a convenient method for installing Data Import

**Only Data Import 1.3 and above support deployment using Docker.**

* For general Docker Deployment information, see [Docker Deployment for Data Import](docs/docker-deployment.md)
* For general Docker Deployment information, see [Docker Deployment for Data Import](https://techdocs.ed-fi.org/display/EDFITOOLS/Docker+Deployment+for+Data+Import)

* For simple, out-of-the-box deployment of Data Import, see [Docker DI - Quick Start](https://techdocs.ed-fi.org/display/EDFITOOLS/Quick+Start+for+Data+Import+in+Docker)

Expand Down
Loading