Skip to content

Commit 6c6428b

Browse files
committed
Update links to point at current docs locations.
1 parent db15d1d commit 6c6428b

File tree

15 files changed

+16
-16
lines changed

15 files changed

+16
-16
lines changed

content/bee/podium/contents.lr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
_model: redirect
22
---
3-
new_path: /docs/applications/podium/
3+
new_path: https://github.com/beeware/podium
44
---
55
_discoverable: no

content/briefcase/contents.lr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
_model: redirect
22
---
3-
new_path: /docs/briefcase/
3+
new_path: https://briefcase.beeware.org/
44
---
55
_discoverable: no

content/docs/attic/python-android-template/contents.lr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ such as phones and tablets. It uses
2121
[cookiecutter](https://cookiecutter.readthedocs.io) which creates
2222
projects from cookiecutters (project templates). The easiest way to use
2323
this project is to not use it at all - at least, not directly.
24-
[Briefcase](/docs/briefcase) is a tool that uses this template,
24+
[Briefcase](https://briefcase.beeware.org/) is a tool that uses this template,
2525
rolling it out using data extracted from your setup.py
2626

2727
The following Python versions are supported:

content/docs/attic/python-ios-support/contents.lr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ A meta-package for building a version of Python that can be embedded
2020
into an iOS project.
2121

2222
This project has been superceded by [Python Apple
23-
support](/docs/utilities/python-apple-support) package.
23+
support](https://github.com/beeware/Python-Apple-support) package.
2424

2525
---
2626
help_required:

content/docs/attic/python-osx-support/contents.lr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ A meta-package for building a version of Python that can be embedded
2020
into a macOS (neé OS X) project.
2121

2222
This project has been superceded by [Python Apple
23-
support](/docs/utilities/python-apple-support) package.
23+
support](https://github.com/beeware/Python-Apple-support) package.
2424

2525
---
2626
help_required:

content/docs/attic/python-tvos-support/contents.lr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ A meta-package for building a version of Python that can be embedded
2020
into a tvOS project.
2121

2222
This project has been superceded by [Python Apple
23-
support](/docs/utilities/python-apple-support) package.
23+
support](https://github.com/beeware/Python-Apple-support) package.
2424

2525
---
2626
help_required:

content/docs/briefcase/contents.lr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ native application. You can package projects for:
3131
Support for Apple TV, watchOS, and Wear OS is planned.
3232

3333
If you want to see Briefcase in action, try the [BeeWare
34-
tutorial](https://beeware.readthedocs.io). That tutorial walks you
34+
tutorial](https://tutorial.beeware.org). That tutorial walks you
3535
through the process of creating and packaging a new application with
3636
Briefcase.
3737

@@ -57,7 +57,7 @@ image: briefcase.png
5757
---
5858
github_repo: beeware/briefcase
5959
---
60-
_slug:
60+
_slug:
6161
---
6262
sort_key: 2
6363
---

content/docs/utilities/colosseum/contents.lr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ laid out on a page (either physical or virtual).
2222

2323
It takes a tree of content "nodes", such as a DOM from a HTML document,
2424
and applies CSS styling instructions to layout those nodes as boxes on
25-
the screen. In the case of [Toga](/docs/toga/), instead of laying out
25+
the screen. In the case of [Toga](https://toga.beeware.org/), instead of laying out
2626
<div> and <span> elements, you lay out Box and Button
2727
objects. This allows you to specify incredibly complex, adaptive layouts
2828
for Toga applications.

content/docs/utilities/travertino/contents.lr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Travertino is a library describing constants and a base box model that
1919
can be used to define layout algorithms.
2020

2121
It is used as a foundation for the Pack box model in
22-
[Toga](/docs/toga), and for
22+
[Toga](https://toga.beeware.org/), and for
2323
[Colosseum](/docs/utilities/colosseum/).
2424

2525
---
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
_model: redirect
22
---
3-
new_path: /docs/applications/podium/
3+
new_path: https://github.com/beeware/podium
44
---
55
_discoverable: no

0 commit comments

Comments
 (0)