diff --git a/README.md b/README.md index 5e30e52..01306c7 100644 --- a/README.md +++ b/README.md @@ -17,17 +17,8 @@ You're at the right place. This project, namely `hugo-mx-gateway`, is meant to provide a RESTful API that adds the dynamicity required to handle contactdemo requests for static web sites. It's a simple, yet a powerful tool built for this only-designated purpose. - ![](hugo-mx-gateway-architecture-overview.png) - -## Hugo-mx-gateway in a Nutshell -`hugo-mx-gateway` provides a RESTful POST endpoint for static contact/demo request pages. It's a simple, yet a powerful tool built for this only-designated purpose. - -> **This project is used in production for several static websites built with [Hugo](https://gohugo.io/); -Contributions in any form (code/docs/ideas...) are welcomed.** - - # Getting Started Use the following resoures to deploy and get started with hugo-mx-gateway. diff --git a/docs/sample-of-hugo-dontact-form.md b/docs/sample-of-hugo-dontact-form.md index e51b153..4cd7a87 100644 --- a/docs/sample-of-hugo-dontact-form.md +++ b/docs/sample-of-hugo-dontact-form.md @@ -3,7 +3,7 @@ From the source tree, the file `samples/hugo-partial-contact-form.html` contains a sample HTML form for Hugo. It can be used for both contact and demo requests. -![Screenshot of a successful submission](./screenshots/form-submitted-and-processed-with-success.png) +![Screenshot of a successful submission](../screenshots/form-submitted-and-processed-with-success.png) Open the file in your favorite editor and review it.