Skip to content

Commit

Permalink
Direct user feedback to GitHub instead of eSupport in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tdrwenski committed Aug 26, 2024
1 parent 2bb3169 commit b77f160
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ For information about how to subscribe, see the "Subscribe" link on this page
For more general netCDF discussion, see the netcdfgroup@unidata.ucar.edu email list.

We appreciate feedback from users of this package.
Please send comments and suggestions to <support-netcdf-java@unidata.ucar.edu>.
For bug reports, feel free to open an issue on this repository, or contact us at the address above.
Open a GitHub issue or discussion if you have comments,
suggestions, or bug reports.
Please identify the version of the package as well as the version/vendor of Java you are using.
For potential security issues, please contact security@unidata.ucar.edu directly.

Expand Down
2 changes: 1 addition & 1 deletion docs/src/site/pages/netcdfJava/developer/FileTypes.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ To support this functionality, `getFileTypeId()`, `getFileTypeVersion()`, and `g
You will need to add these methods to your IOServiceProvider implementations. To use an IOSP implementation, you must include its module in your netCDF-java build.
For more information on including modules in your build, see [here](using_netcdf_java_artifacts.html).

To register your format/IOServiceProvider, or to send corrections and additions to this table, please send email to <support-netcdf-java@unidata.ucar.edu>.
To register your format/IOServiceProvider, or to send corrections and additions to this table, please open a [GitHub issue](https://github.com/Unidata/netcdf-java/issues/new?title=Documentation%20feedback).

| Id | Description | Module | Reference URL
| BUFR | WMO Binary Universal Form | `bufr` | <http://www.wmo.int/pages/prog/www/WMOCodes/OperationalCodes.html/> |
Expand Down

0 comments on commit b77f160

Please sign in to comment.