Skip to content

Commit

Permalink
use absolute URL instead of relative one
Browse files Browse the repository at this point in the history
  • Loading branch information
majguo committed Jul 5, 2020
1 parent d64183e commit c8feab7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ Below table shows the list of samples available in this repository.

| Sample | Description | Guide |
|----------------------------------|--------------------------------------------|----------------------------------|
| [`1-start`](./1-start) | Basic Java EE application with Java EE 8 (JAX-RS, EJB, CDI, JSON-B, JSF, Bean Validation). | |
| [`2-simple`](./2-simple) | Migrate [`1-start`](./1-start) sample to Open Liberty with minimum configurations. | [howto-guide](./guides/howto-deploy-java-openliberty-app.md) |
| [`3-integration/aad-oidc`](./3-integration/aad-oidc) | Extend [`2-simple`](./2-simple) sample by integrating with Azure Active Directory OpenID Connect for security. | [howto-guide](./guides/howto-integrate-aad-oidc.md) |
| [`3-integration/connect-db`](./3-integration/connect-db) | Extend [`2-simple`](./2-simple) sample by integrating with Azure managed databases for data persistence. | [howto-guide](./guides/howto-integrate-azure-managed-databases.md) |
| [`3-integration/elk-logging`](./3-integration/elk-logging) | Extend [`2-simple`](./2-simple) sample by integrating with Elasticsearch stack for distributed logging. | [howto-guide](./guides/howto-integrate-elasticsearch-stack.md) |
| [`4-finish`](./4-finish) | A complete sample with all services integration including security, data persistence & distributed logging. | [howto-guide](./guides/howto-integrate-all.md) |
| [`1-start`](https://github.com/Azure-Samples/open-liberty-on-aro/tree/master/1-start) | Basic Java EE application with Java EE 8 (JAX-RS, EJB, CDI, JSON-B, JSF, Bean Validation). | |
| [`2-simple`](https://github.com/Azure-Samples/open-liberty-on-aro/tree/master/2-simple) | Migrate [`1-start`](https://github.com/Azure-Samples/open-liberty-on-aro/tree/master/1-start) sample to Open Liberty with minimum configurations. | [howto-guide](https://github.com/azure-samples/open-liberty-on-aro/tree/master/guides/howto-deploy-java-openliberty-app.md) |
| [`3-integration/aad-oidc`](https://github.com/azure-samples/open-liberty-on-aro/tree/master/3-integration/aad-oidc) | Extend [`2-simple`](https://github.com/Azure-Samples/open-liberty-on-aro/tree/master/2-simple) sample by integrating with Azure Active Directory OpenID Connect for security. | [howto-guide](https://github.com/azure-samples/open-liberty-on-aro/tree/master/guides/howto-integrate-aad-oidc.md) |
| [`3-integration/connect-db`](https://github.com/azure-samples/open-liberty-on-aro/tree/master/3-integration/connect-db) | Extend [`2-simple`](https://github.com/Azure-Samples/open-liberty-on-aro/tree/master/2-simple) sample by integrating with Azure managed databases for data persistence. | [howto-guide](https://github.com/azure-samples/open-liberty-on-aro/tree/master/guides/howto-integrate-azure-managed-databases.md) |
| [`3-integration/elk-logging`](https://github.com/azure-samples/open-liberty-on-aro/tree/master/3-integration/elk-logging) | Extend [`2-simple`](https://github.com/Azure-Samples/open-liberty-on-aro/tree/master/2-simple) sample by integrating with Elasticsearch stack for distributed logging. | [howto-guide](https://github.com/azure-samples/open-liberty-on-aro/tree/master/guides/howto-integrate-elasticsearch-stack.md) |
| [`4-finish`](https://github.com/azure-samples/open-liberty-on-aro/tree/master/4-finish) | A complete sample with all services integration including security, data persistence & distributed logging. | [howto-guide](https://github.com/azure-samples/open-liberty-on-aro/tree/master/guides/howto-integrate-all.md) |

## Contributing

Expand Down

0 comments on commit c8feab7

Please sign in to comment.