forked from LaconicNetwork/kompose
* docs: correct broken internal link (/docs/maven-example.md) 1. When I was reading the documentation, I noticed that links to other documents inside the repository were giving a 404 error. So, I cloned the repository and found found that all links such as "[Quickstart](/docs/maven-example.md)" were giving the errors. 2. The fix is to remove the `/docs/` part and the `.md` part. 3. I tested these commits with `bundle exec jekyll serve`. All the pages getting changed by the commits now work correctly. * docs: correct broken internal link (/docs/conversion.md) - Removed the `/docs` part and the `.md` part from the link. - Tested with `bundle exec jekyll serve`. - Working correctly now. * docs: correct broken internal link (/docs/installation.md) - Removed the `/docs` part and the `.md` part from the link. - Tested with `bundle exec jekyll serve`. - Working correctly now. --------- Co-authored-by: Charlie Drage <charlie@charliedrage.com> |
||
|---|---|---|
| .. | ||
| _data | ||
| _includes | ||
| _layouts | ||
| assets | ||
| docs/images | ||
| images | ||
| _config.yml | ||
| _foobar.yml | ||
| 404.html | ||
| architecture.md | ||
| CNAME | ||
| conversion.md | ||
| development.md | ||
| favicon.ico | ||
| feed.xml | ||
| Gemfile | ||
| Gemfile.lock | ||
| getting-started.md | ||
| index.md | ||
| installation.md | ||
| integrations.md | ||
| LICENSE | ||
| maven-example.md | ||
| README.md | ||
| user-guide.md | ||
View the site via:
bundle exec jekyll serve .
And visiting localhost:4000 on your browser.