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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ To install Briefcase, run:
$ python -m pip install briefcase

If you would like a full introduction to using Briefcase, try the
[BeeWare tutorial](https://docs.beeware.org). This tutorial walks you
[BeeWare tutorial](https://tutorial.beeware.org/). This tutorial walks you
through the process of creating and packaging a new application with
Briefcase.

Expand Down
1 change: 1 addition & 0 deletions changes/2512.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
URLs for the BeeWare tutorial were updated.
2 changes: 1 addition & 1 deletion docs/how-to/cli-apps.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Overview
This guide explains the key differences when creating a console application using
Briefcase, as opposed to a GUI-based app. It assumes you are already familiar with the
basics of Briefcase and have completed the `BeeWare Tutorial
<https://docs.beeware.org/en/latest/>`_.
<https://tutorial.beeware.org/>`_.

We'll cover:

Expand Down
2 changes: 1 addition & 1 deletion docs/topics/access-packaging-metadata.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ in your app's ``pyproject.toml`` configuration:
* **Author-email** - :attr:`author_email`

For example, the metadata for the app constructed by the `BeeWare Tutorial
<https://docs.beeware.org/en/latest/tutorial/tutorial-1/>`_ would
<https://tutorial.beeware.org/en/latest/tutorial/tutorial-1>`_ would
contain::

Metadata-Version: 2.1
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Briefcase is a packaging tool - but first you need something to package. The
best way to learn about Briefcase is to see it working with the rest of the
BeeWare suite of tools.

`The BeeWare tutorial <https://docs.beeware.org/en/latest/>`__ walks you
`The BeeWare tutorial <https://tutorial.beeware.org/>`__ walks you
through the process of building a native Python application from scratch.

Once you've done that tutorial, the :doc:`Briefcase How-To Guides
Expand Down