- moved note about open source projects into the CTA; this reduces the number of
notes on this page (which was already quite large), and puts related information
about upgrading/plans in a central location.
- changed note about limits to body text, and added mention of "business" plan.
- replaced https://docs.docker.com URLs with local links
- replaced some HTML links with links to the target markdown file
- add missing YAML and "console" code-hints
- wrapped long paragraphs/lines
- corrected the information about Amazon Linux
To be looked at; the recent changes added information about using "v2" compose
files, but compose (after having switched to the compose-spec) no longer uses
versions, so perhaps this needs to be corrected (we don't have local docs for
the compose-spec format though, so that makes it a bit more complicated).
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
* Fix incorrect links in compose section
there's a bug causing wrapped links to not work, and replacing
some links to point to the .md file, so that IDE's can check
if the anchors are valid. Also replaced some links to point
to their new location.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
* engine/swarm: update links
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
* Fix various broken links
There's a bug in the "jekyll-relative-links" plugin that causes wrapped links to not work.
Also replacing some links to point to the .md file, so that IDE's can check if the anchors
are valid. Finally, replaced some links to point to their new locations, so that users don't
get redirected..
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>