Skip to content

Commit

Permalink
docs: refactor some missed monorepo asset relocations
Browse files Browse the repository at this point in the history
  • Loading branch information
msavy committed Mar 28, 2023
1 parent ead20f7 commit 1687df3
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 9 deletions.
2 changes: 0 additions & 2 deletions containers/README.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
image:https://github.com/apiman/apiman-docker/actions/workflows/docker-image.yml/badge.svg["Docker Image CI", link="https://github.com/apiman/apiman-docker/actions/workflows/docker-image.yml"]

== Apiman Docker Images

This project contains docker images for various platforms.
Expand Down
2 changes: 1 addition & 1 deletion containers/docker-compose/src/docker/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Please leave feedback on https://github.com/apiman/apiman/discussions[Apiman Dis

Main Apiman repo: https://www.github.com/apiman/apiman

Apiman Docker repo: https://www.github.com/apiman/apiman-docker
Apiman Docker repo: https://github.com/apiman/apiman/tree/master/containers

=== 3 step TL;DR

Expand Down
2 changes: 1 addition & 1 deletion containers/on-wildfly/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ LABEL org.opencontainers.image.licenses="Apache-2.0"
LABEL org.opencontainers.image.url="https://www.apiman.io"
LABEL org.opencontainers.image.source="https://www.github.com/apiman/apiman"
LABEL org.opencontainers.image.title="Apiman WildFly all-in-one image (legacy/deprecated)"
LABEL org.opencontainers.image.documentation="https://github.com/apiman/apiman-docker/blob/$APIMAN_VERSION/on-wildfly/README.md"
LABEL org.opencontainers.image.documentation="https://github.com/apiman/apiman/blob/$APIMAN_VERSION/containers/on-wildfly/README.md"
LABEL org.opencontainers.image.version=$APIMAN_VERSION

EXPOSE 8080 8443
Expand Down
6 changes: 3 additions & 3 deletions docs/development/modules/ROOT/pages/intro.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ All requests to the API Gateway WAR are assumed to be intended for managed APIs

* The Apiman source code is located in GitHub here: https://github.com/apiman/apiman

* Source code for the Apiman policies can be found here: https://github.com/apiman/apiman-plugins
* Source code for the Apiman policies can be found here: https://github.com/apiman/apiman/tree/{apiman-version-release}/plugins

* Source code for the Apiman project website is here: https://github.com/apiman/apiman.github.io

* The official Apiman docker files are currently here: https://github.com/apiman/apiman-docker
* The official Apiman docker files are currently here: https://github.com/apiman/apiman/tree/{apiman-version-release}/containers

* Source code for the Apiman Developer Portal can be found here: https://github.com/apiman/apiman-developer-portal
* Source code for the Apiman Developer Portal can be found here: https://github.com/apiman/apiman/tree/{apiman-version-release}/portal

== Issue Tracking

Expand Down
2 changes: 1 addition & 1 deletion docs/installation/modules/ROOT/pages/quickstart.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
= Apiman Quickstart
Marc Savy <marc@rhymewithgravy.com>
:gw-install-walkthrough: xref:vertx/install.adoc
:docker-compose-distro: https://github.com/apiman/apiman-docker/releases/download/{apiman-version-release}/apiman-docker-compose-{apiman-version-release}.zip
:docker-compose-distro: https://github.com/apiman/apiman/releases/download/{apiman-version-release}/apiman-docker-compose-{apiman-version-release}.zip

== Docker Compose

Expand Down
2 changes: 1 addition & 1 deletion docs/installation/modules/ROOT/pages/servlet/wildfly.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,6 @@ If you followed this tutorial, it will be at http://localhost:8085/admin/
== Installing using Docker

* We have a variety of Docker images available with Apiman broken into its components.
You can find them at: https://github.com/apiman/apiman-docker/#apiman-docker-images[apiman/apiman-docker^].
You can find them at: https://github.com/apiman/apiman/tree/{apiman-version-release}/containers[apiman/apiman-docker^].

* xref:/quickstart.adoc[Refer to our Docker Compose quickstart guide] for a full Docker setup that is already configured for you.

0 comments on commit 1687df3

Please sign in to comment.