diff options
| author | Nathan Kinkade <nath@nkinka.de> | 2008-03-23 00:11:42 +0000 |
|---|---|---|
| committer | Nathan Kinkade <nath@nkinka.de> | 2008-03-23 00:11:42 +0000 |
| commit | f68e230521138a8ba491c51a893312e411f57fb7 (patch) | |
| tree | 8091c1478f2f70432c6c6158a631b7127efa507b | |
| parent | 8a6e7ab77ad717ebf3e6cc0ce49266a9b45ae2bb (diff) | |
Minor change to USDA attribution
| -rw-r--r-- | templates/resources.tpl | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/templates/resources.tpl b/templates/resources.tpl index 10f6da7..62c6937 100644 --- a/templates/resources.tpl +++ b/templates/resources.tpl @@ -21,7 +21,11 @@ The USDA Nutrient Data Laboratory is where the vast majority of reliable nutrient data comes from, including for this site. <ul> - <li><a href='http://www.ars.usda.gov/main/site_main.htm?modecode=12354500'>USDA Nutrient Data Laboratory</a></li> + <li> + <a href="http://www.ars.usda.gov/ba/bhnrc/ndl"> + U.S. Department of Agriculture, Agricultural Research Service. + </a> + </li> </ul> </div> |
