Skip to content

Commit

Permalink
Checklinks.
Browse files Browse the repository at this point in the history
  • Loading branch information
reynoldsalec committed Feb 2, 2024
1 parent b19b1c0 commit aca2661
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 29 deletions.
4 changes: 2 additions & 2 deletions docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Learn how to develop and contribute to the Lando Solr service

# Development

This guide contains information to help onboard developers to work on the [solr](https://solr.microsoft.com/en-us/) integration, hereafter referred to as *the plugin*.
This guide contains information to help onboard developers to work on the [solr](https://solr.apache.org/) integration, hereafter referred to as *the plugin*.

## Requirements

Expand Down Expand Up @@ -162,4 +162,4 @@ npm install @lando/solr@edge

## Contribution

If you want to contribute code then just follow [this flow](https://docs.github.com/en/get-started/using-github/github-flow).
If you want to contribute code then just follow [this flow](https://docs.github.com/en/get-started/using-github/github-flow).
54 changes: 27 additions & 27 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,38 +18,38 @@ services:
## Supported versions
* [9](https://hub.docker.com/r/_/solr/) **(experimental)**
* [9.0](https://hub.docker.com/r/_/solr/) **(experimental)**
* [8](https://hub.docker.com/r/_/solr/)
* [8.11](https://hub.docker.com/r/_/solr/)
* [8.10](https://hub.docker.com/r/_/solr/)
* [8.9](https://hub.docker.com/r/_/solr/)
* [8.8](https://hub.docker.com/r/_/solr/)
* [8.7](https://hub.docker.com/r/_/solr/)
* [8.6](https://hub.docker.com/r/_/solr/)
* [8.5](https://hub.docker.com/r/_/solr/)
* [8.4](https://hub.docker.com/r/_/solr/)
* [8.3](https://hub.docker.com/r/_/solr/)
* [8.2](https://hub.docker.com/r/_/solr/)
* [8.1](https://hub.docker.com/r/_/solr/)
* [8.0](https://hub.docker.com/r/_/solr/)
* **[7](https://hub.docker.com/r/_/solr/)** **(default)**
* [7.7](https://hub.docker.com/r/_/solr/)
* [7.6](https://hub.docker.com/r/_/solr/)
* [9](https://hub.docker.com/_/solr/) **(experimental)**
* [9.0](https://hub.docker.com/_/solr/) **(experimental)**
* [8](https://hub.docker.com/_/solr/)
* [8.11](https://hub.docker.com/_/solr/)
* [8.10](https://hub.docker.com/_/solr/)
* [8.9](https://hub.docker.com/_/solr/)
* [8.8](https://hub.docker.com/_/solr/)
* [8.7](https://hub.docker.com/_/solr/)
* [8.6](https://hub.docker.com/_/solr/)
* [8.5](https://hub.docker.com/_/solr/)
* [8.4](https://hub.docker.com/_/solr/)
* [8.3](https://hub.docker.com/_/solr/)
* [8.2](https://hub.docker.com/_/solr/)
* [8.1](https://hub.docker.com/_/solr/)
* [8.0](https://hub.docker.com/_/solr/)
* **[7](https://hub.docker.com/_/solr/)** **(default)**
* [7.7](https://hub.docker.com/_/solr/)
* [7.6](https://hub.docker.com/_/solr/)
* [custom](https://docs.lando.dev/core/v3/lando-service.html#overrides)
## Legacy versions
You can still run these versions with Lando but for all intents and purposes they should be considered deprecated (e.g. YMMV and do not expect a ton of support if you have an issue).
* [6.6](https://hub.docker.com/r/_/solr/)
* [6](https://hub.docker.com/r/_/solr/)
* [5.5](https://hub.docker.com/r/_/solr/)
* [5](https://hub.docker.com/r/_/solr/)
* [4](https://hub.docker.com/r/actency/docker-solr)
* [4.10](https://hub.docker.com/r/actency/docker-solr)
* [3](https://hub.docker.com/r/actency/docker-solr)
* [3.6](https://hub.docker.com/r/actency/docker-solr)
* [6.6](https://hub.docker.com/_/solr/)
* [6](https://hub.docker.com/_/solr/)
* [5.5](https://hub.docker.com/_/solr/)
* [5](https://hub.docker.com/_/solr/)
* [4](https://hub.docker.com/actency/docker-solr)
* [4.10](https://hub.docker.com/actency/docker-solr)
* [3](https://hub.docker.com/actency/docker-solr)
* [3.6](https://hub.docker.com/actency/docker-solr)
## Patch versions
Expand All @@ -65,5 +65,5 @@ services:
type: solr:5.5.5
```
But make sure you use one of the available [patch tags](https://hub.docker.com/r/library/solr/tags/) for the underlying image we are using.
But make sure you use one of the available [patch tags](https://hub.docker.com/library/solr/tags/) for the underlying image we are using.

0 comments on commit aca2661

Please sign in to comment.