From 2fc6df002636e28598c9d28e32b81c1da61883e4 Mon Sep 17 00:00:00 2001 From: Brandon Clayton <bclayton@usgs.gov> Date: Tue, 17 Jan 2023 09:23:06 -0700 Subject: [PATCH] add readme --- README.md | 7 ++----- docs/{Home.md => README.md} | 0 2 files changed, 2 insertions(+), 5 deletions(-) rename docs/{Home.md => README.md} (100%) diff --git a/README.md b/README.md index aa89e7c1..4c0ade78 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,6 @@ -# nshmp-haz-ws +# Legacy nshmp-haz-ws U.S. Geological Survey ([USGS](https://www.usgs.gov)) National Seismic Hazard Mapping Project ([NSHMP](https://earthquake.usgs.gov/hazards/)) web service code. -Please see the [wiki](https://github.com/usgs/nshmp-haz-ws/wiki) for more information. - -> This repository has been moved to GitLab: -> [https://code.usgs.gov/ghsc/nshmp/nshmp-haz](https://code.usgs.gov/ghsc/nshmp/nshmp-haz). +Please see the [docs](./docs/README.md) for more information. diff --git a/docs/Home.md b/docs/README.md similarity index 100% rename from docs/Home.md rename to docs/README.md -- GitLab