Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix training links #4635

Merged
merged 5 commits into from
Apr 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,19 +186,16 @@ You can find the latest (in-progress) documentation in [https://6.dev-docs.plone

## Training

On the [Plone Trainings Website](https://training.plone.org) you'll find
Volto-dedicated open training materials, plus React and other
JavaScript-centered trainings.
On the [Plone Training website](https://training.plone.org), you'll find Volto-dedicated training materials, plus other JavaScript-centered trainings.

- [Mastering Plone 6 Development](https://training.plone.org/mastering-plone/)
The comprehensive training on Plone 6 with best practice tips for developers and integrators.
- [Volto](https://training.plone.org/5/volto/index.html)
A detailed training on how to create your own website using Volto frontend.
- [Volto Hands-On](https://training.plone.org/voltohandson/index.html)
- [Volto Add-ons Development](https://training.plone.org/voltoaddons/index.html)
- [Plone Deployment](https://training.plone.org/5/plone-deployment/index.html)
- [React](https://training.plone.org/react/index.html)
- [JavaScript For Plone Developers](https://training.plone.org/5/javascript/index.html)
- [Effective Volto](https://training.plone.org/effective-volto/index.html)
- [Plone Deployment](https://training.plone.org/plone-deployment/index.html)
- [Volto](https://2022.training.plone.org/volto/index.html) (archived)
- [JavaScript For Plone Developers](https://2022.training.plone.org/javascript/index.html) (archived)

## Talks

Expand Down
3 changes: 2 additions & 1 deletion docs/source/getting-started/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,8 @@ docker run -it --rm --name=plone \
```

```{tip}
This setup is meant only for demonstration and quick testing purposes (since it destroys the container on exit (--rm)). In case you need production ready deployment, check the latest [Plone Deployment Training](https://training.plone.org/5/plone-deployment/index.html).
This setup is meant only for demonstration and quick testing purposes, since it destroys the container on exit (`--rm`).
In case you need production-ready deployment, check the latest [Plone Deployment Training](https://training.plone.org/plone-deployment/index.html).
```

```{note}
Expand Down
13 changes: 5 additions & 8 deletions docs/source/getting-started/others.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,16 @@ myst:

## Plone Trainings

On the [Plone Trainings Website](https://training.plone.org) you'll find
Volto-dedicated open training materials plus React and other
Javascript-centered trainings.
On the [Plone Training website](https://training.plone.org), you'll find Volto-dedicated training materials, plus other JavaScript-centered trainings.

- [Mastering Plone 6 Development](https://training.plone.org/mastering-plone/)
The comprehensive training on Plone 6 with best practice tips for developers and integrators.
- [Volto](https://training.plone.org/5/volto/index.html)
A detailed training on how to create your own website using Volto frontend.
- [Volto Hands-On](https://training.plone.org/voltohandson/index.html)
- [Volto Add-ons Development](https://training.plone.org/voltoaddons/index.html)
- [Plone Deployment](https://training.plone.org/5/plone-deployment/index.html)
- [React](https://training.plone.org/react/index.html)
- [JavaScript For Plone Developers](https://training.plone.org/5/javascript/index.html)
- [Effective Volto](https://training.plone.org/effective-volto/index.html)
- [Plone Deployment](https://training.plone.org/plone-deployment/index.html)
- [Volto](https://2022.training.plone.org/volto/index.html) (archived)
- [JavaScript For Plone Developers](https://2022.training.plone.org/javascript/index.html) (archived)

## How does it work under the hood

Expand Down
1 change: 1 addition & 0 deletions news/4635.documentation
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update links for 2022 Training archive. @stevepiercy