Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

Commit

Permalink
update a few links
Browse files Browse the repository at this point in the history
  • Loading branch information
lesserwhirls committed Jun 16, 2020
1 parent 7225c21 commit 5ea51ed
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ allprojects {
// Matches Maven's "project.groupId". Used in MANIFEST.MF for "Implementation-Vendor-Id".
group = "edu.ucar"
// Matches Maven's "project.version". Used in MANIFEST.MF for "Implementation-Version".
version = '4.6.15-SNAPSHOT'
version = '4.6.15'
// Eventually, we'll stop appending "SNAPSHOT" to our versions and just use this.
status = 'development'
status = 'release'
}

// Matches Maven's "project.description".
Expand All @@ -26,7 +26,7 @@ ext {
vendor = "UCAR/Unidata"

// Matches Maven's "project.url". Used in MANIFEST.MF for "Implementation-URL".
url = "https://www.unidata.ucar.edu/software/thredds/current/netcdf-java/documentation.htm"
url = "https://www.unidata.ucar.edu/software/netcdf-java/v4.6/documentation.htm"

SimpleDateFormat iso_8601_format = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ssZ")
buildTimestamp = iso_8601_format.format(new Date())
Expand Down
2 changes: 1 addition & 1 deletion it/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ description = "TDS - NetCDF-Java library integration Test module. This module co
"needed to test the NetCDF-Java library in a servlet container. Starts up a TDS server and then sends " +
"requests to it. Relies on having access to cdmUnitTest directory, so can only be run at Unidata."
ext.title = "Test Integration"
ext.url = "https://www.unidata.ucar.edu/software/thredds/current/tds/TDS.html"
ext.url = "https://www.unidata.ucar.edu/software/tds/current/TDS.html"

dependencies {
testCompile project(":cdm")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public void initialize(NcssRequestConstraint arg0) {

/*
* since none of these are required, can only do consistency checks
* @see "https://www.unidata.ucar.edu/software/thredds/current/tds/reference/NetcdfSubsetServiceReference.html"
* @see "https://www.unidata.ucar.edu/software/tds/current/reference/NetcdfSubsetServiceReference.html"
*/
@Override
public boolean isValid(NcssParamsBean params, ConstraintValidatorContext constraintValidatorContext) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<threddsConfig>

<!-- all options are commented out in standard install - meaning use default values -->
<!-- see https://www.unidata.ucar.edu/software/thredds/current/tds/reference/ThreddsConfigXMLFile.html -->
<!-- see https://www.unidata.ucar.edu/software/tds/current/reference/ThreddsConfigXMLFile.html -->
<serverInformation>
<name>Initial TDS Installation</name>
<logoUrl>/thredds/threddsIcon.gif</logoUrl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ tds.version=$projectVersion
tds.version.builddate=$buildTimestamp

tds.install.url=catalog.html
tds.url=https://www.unidata.ucar.edu/software/thredds/current/tds/TDS.html
tds.documentation.url=https://www.unidata.ucar.edu/software/thredds/current/tds/reference/index.html
tds.url=https://www.unidata.ucar.edu/software/tds/current/TDS.html
tds.documentation.url=https://www.unidata.ucar.edu/software/tds/current/reference/index.html
tds.logo.url=threddsIcon.gif
tds.logo.alt=TDS

Expand Down
2 changes: 1 addition & 1 deletion tds/src/main/webapp/WEB-INF/xsl/ncssGrid.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@

<!-- Footer -->
<h3>
<a href="https://www.unidata.ucar.edu/software/thredds/current/tds/reference/NetcdfSubsetServiceReference.html">
<a href="https://www.unidata.ucar.edu/software/tds/current/reference/NetcdfSubsetServiceReference.html">
NetCDF Subset Service Documentation
</a>
</h3>
Expand Down
2 changes: 1 addition & 1 deletion tds/src/main/webapp/WEB-INF/xsl/ncssGridAsPoint.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@
</div>
<hr/>
<h3>
<a href="https://www.unidata.ucar.edu/software/thredds/current/tds/reference/NetcdfSubsetServiceReference.html">
<a href="https://www.unidata.ucar.edu/software/tds/current/reference/NetcdfSubsetServiceReference.html">
NetCDF Subset Service Documentation
</a>
</h3>
Expand Down
2 changes: 1 addition & 1 deletion tds/src/main/webapp/WEB-INF/xsl/ncssPobs.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@
</div>
<!-- Footer -->
<h3>
<a href="https://www.unidata.ucar.edu/software/thredds/current/tds/reference/NetcdfSubsetServiceReference.html">
<a href="https://www.unidata.ucar.edu/software/tds/current/reference/NetcdfSubsetServiceReference.html">
NetCDF Subset Service Documentation
</a>
</h3>
Expand Down
2 changes: 1 addition & 1 deletion tds/src/main/webapp/WEB-INF/xsl/ncssSobs.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@
</div>
<!-- Footer -->
<h3>
<a href="https://www.unidata.ucar.edu/software/thredds/current/tds/reference/NetcdfSubsetServiceReference.html">
<a href="https://www.unidata.ucar.edu/software/tds/current/reference/NetcdfSubsetServiceReference.html">
NetCDF Subset Service Documentation
</a>
</h3>
Expand Down

0 comments on commit 5ea51ed

Please sign in to comment.