Skip to content
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
2 changes: 1 addition & 1 deletion content/bee/podium/contents.lr
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
_model: redirect
---
new_path: /docs/applications/podium/
new_path: https://github.com/beeware/podium
---
_discoverable: no
2 changes: 1 addition & 1 deletion content/briefcase/contents.lr
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
_model: redirect
---
new_path: /docs/briefcase/
new_path: https://briefcase.beeware.org/
---
_discoverable: no
2 changes: 1 addition & 1 deletion content/docs/attic/python-android-template/contents.lr
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ such as phones and tablets. It uses
[cookiecutter](https://cookiecutter.readthedocs.io) which creates
projects from cookiecutters (project templates). The easiest way to use
this project is to not use it at all - at least, not directly.
[Briefcase](/docs/briefcase) is a tool that uses this template,
[Briefcase](https://briefcase.beeware.org/) is a tool that uses this template,
rolling it out using data extracted from your setup.py

The following Python versions are supported:
Expand Down
2 changes: 1 addition & 1 deletion content/docs/attic/python-ios-support/contents.lr
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ A meta-package for building a version of Python that can be embedded
into an iOS project.

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

---
help_required:
Expand Down
2 changes: 1 addition & 1 deletion content/docs/attic/python-osx-support/contents.lr
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ A meta-package for building a version of Python that can be embedded
into a macOS (neé OS X) project.

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

---
help_required:
Expand Down
2 changes: 1 addition & 1 deletion content/docs/attic/python-tvos-support/contents.lr
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ A meta-package for building a version of Python that can be embedded
into a tvOS project.

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

---
help_required:
Expand Down
4 changes: 2 additions & 2 deletions content/docs/briefcase/contents.lr
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ native application. You can package projects for:
Support for Apple TV, watchOS, and Wear OS is planned.

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

Expand All @@ -57,7 +57,7 @@ image: briefcase.png
---
github_repo: beeware/briefcase
---
_slug:
_slug:
---
sort_key: 2
---
Expand Down
2 changes: 1 addition & 1 deletion content/docs/utilities/colosseum/contents.lr
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ laid out on a page (either physical or virtual).

It takes a tree of content "nodes", such as a DOM from a HTML document,
and applies CSS styling instructions to layout those nodes as boxes on
the screen. In the case of [Toga](/docs/toga/), instead of laying out
the screen. In the case of [Toga](https://toga.beeware.org/), instead of laying out
<div> and <span> elements, you lay out Box and Button
objects. This allows you to specify incredibly complex, adaptive layouts
for Toga applications.
Expand Down
2 changes: 1 addition & 1 deletion content/docs/utilities/travertino/contents.lr
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Travertino is a library describing constants and a base box model that
can be used to define layout algorithms.

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

---
Expand Down
2 changes: 1 addition & 1 deletion content/project/applications/podium/contents.lr
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
_model: redirect
---
new_path: /docs/applications/podium/
new_path: https://github.com/beeware/podium
---
_discoverable: no
2 changes: 1 addition & 1 deletion content/project/projects/applications/podium/contents.lr
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
_model: redirect
---
new_path: /docs/applications/podium/
new_path: https://github.com/beeware/podium
---
_discoverable: no
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
_model: redirect
---
new_path: /docs/utilities/python-apple-support/
new_path: https://github.com/beeware/Python-Apple-support
---
_discoverable: no
2 changes: 1 addition & 1 deletion content/project/utilities/python-apple-support/contents.lr
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
_model: redirect
---
new_path: /docs/utilities/python-apple-support/
new_path: https://github.com/beeware/Python-Apple-support
---
_discoverable: no
2 changes: 1 addition & 1 deletion content/toga/contents.lr
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
_model: redirect
---
new_path: /docs/toga/
new_path: https://toga.beeware.org/
---
_discoverable: no
2 changes: 1 addition & 1 deletion templates/home_sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h2><a href="{{ '/docs'|url(alt=this.alt) }}">{{ "projects"|trans }}</a></h2>
{% for project in project_types %}
{% if not project.project_page_description %}
<div>
<h4><a href="{{ project|url(alt=this.alt) }}"><img src="{{ site.get(project.path, alt='_primary')|url }}{{ project.image }}" height="32px" alt="{{ project.name }}"> {{ project.name }}</h4></a>
<h4><a href="https://{{ project.rtfd_name }}.beeware.org/"><img src="{{ site.get(project.path, alt='_primary')|url }}{{ project.image }}" height="32px" alt="{{ project.name }}"> {{ project.name }}</h4></a>
{{ project.short_description|safe }}
</div>
{% endif %}
Expand Down