Skip to content

Commit 76cb1c8

Browse files
committed
Update links.
1 parent 7b919ac commit 76cb1c8

11 files changed

Lines changed: 13 additions & 13 deletions

File tree

content/about/overview/contents.lr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ If you'd like to know more about the history of BeeWare, [start
4040
here](/about/history/).
4141

4242
If you'd like to take BeeWare for a test drive, [take a look at the the
43-
various ways BeeWare tools can be used](/project/using/).
43+
various ways BeeWare tools can be used](/docs/using/).
4444

4545
If you'd like to keep up to date with what we're doing, follow
4646
[@beeware@fosstodon.org](https://fosstodon.org/@beeware) on Mastodon. If
@@ -54,7 +54,7 @@ gutter:
5454
## Next steps
5555

5656
- The [History of the BeeWare project](/about/history/)
57-
- [BeeWare test drive](/project/using/)
57+
- [BeeWare test drive](/docs/using/)
5858
- [@beeware@fosstodon.org on Mastodon](https://fosstodon.org/@beeware)
5959
- The [BeeWare Enthusiasts mailing list](/community/keep-informed/)
6060

content/community/getting-help/contents.lr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ We use [Discord](/bee/chat/) for real-time communication.
1717
## Discussion and bugs
1818

1919
A lot of project-specific communication happens on the Issues for the
20-
specific project. Check the [Project](/project) list for specific
20+
specific project. Check the [Project](/docs) list for specific
2121
project links.
2222

2323
We also use GitHub Discussions as a forum to discuss projects. If you

content/contents.lr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ image_alignment: right
126126
#### text-block ####
127127
title: Contribute!
128128
----
129-
text: If all this sounds interesting, why not take a look at the [BeeWare projects](/project) and see how you can use them when developing Python applications? Or, if you'd like to contribute, and you've never contributed to open source before, start with our [guide for first time contributors](/contributing/first-time/). If you feel ready to dive straight in, check out the [documentation](/docs/) or our guide on [what you can do to help](/contributing/).
129+
text: If all this sounds interesting, why not take a look at the [BeeWare projects](/docs) and see how you can use them when developing Python applications? Or, if you'd like to contribute, and you've never contributed to open source before, start with our [guide for first time contributors](/contributing/first-time/). If you feel ready to dive straight in, check out the [documentation](/docs/) or our guide on [what you can do to help](/contributing/).
130130

131131
#### button-block ####
132132
label:

content/docs/attic/cassowary/contents.lr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ mechanism.
2323

2424
This project is no longer in use. It was originally developed for use in
2525
Toga; however, Toga now uses CSS-based layout, implemented in
26-
[Colosseum](/project/utilities/colosseum/).
26+
[Colosseum](/docs/utilities/colosseum/).
2727

2828
---
2929
help_required:

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](/project/briefcase) is a tool that uses this template,
24+
[Briefcase](/docs/briefcase) 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](/project/utilities/python-apple-support) package.
23+
support](/docs/utilities/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](/project/utilities/python-apple-support) package.
23+
support](/docs/utilities/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](/project/utilities/python-apple-support) package.
23+
support](/docs/utilities/python-apple-support) package.
2424

2525
---
2626
help_required:

content/docs/attic/sealang/contents.lr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ changes made here will, where possible, be pushed upstream to
6060
### Development status
6161

6262
This project was an experiment developed to support
63-
[Seasnake](/project/attic/seasnake). Since Seasnake has been abandoned,
63+
[Seasnake](/docs/attic/seasnake). Since Seasnake has been abandoned,
6464
so has this project.
6565

6666
---

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](/project/toga/), instead of laying out
25+
the screen. In the case of [Toga](/docs/toga/), 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.

0 commit comments

Comments
 (0)