Skip to content

Commit 1fab0d1

Browse files
authored
Miscellaneous fixups to text & templates (#675)
1 parent ddd6f84 commit 1fab0d1

File tree

28 files changed

+53
-65
lines changed

28 files changed

+53
-65
lines changed

content/about/overview/contents.lr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ various ways BeeWare tools can be used](/project/using/).
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
4747
you'd like to receive updates, hints, tips and announcements about the
48-
BeeWare project, [sign up for the Beeware Enthusiasts mailing
48+
BeeWare project, [sign up for the BeeWare Enthusiasts mailing
4949
list](/community/keep-informed/).
5050

5151
---
@@ -56,7 +56,7 @@ gutter:
5656
- The [History of the BeeWare project](/about/history/)
5757
- [BeeWare test drive](/project/using/)
5858
- [@beeware@fosstodon.org on Mastodon](https://fosstodon.org/@beeware)
59-
- The [Beeware Enthusiasts mailing list](/community/keep-informed/)
59+
- The [BeeWare Enthusiasts mailing list](/community/keep-informed/)
6060

6161
---
6262
incomplete: no

content/community/behavior/code-of-conduct/contents.lr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ This code of conduct applies both within project spaces and in public
4141
spaces when an individual is representing the project or its community.
4242

4343
If you feel the code of conduct has been violated, please [report the
44-
incident](/community/behavior/making-a-coc-report/) to the Beeware core
44+
incident](/community/behavior/making-a-coc-report/) to the BeeWare core
4545
team.
4646

4747
---

content/community/getting-help/contents.lr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ A lot of project-specific communication happens on the Issues for the
2020
specific project. Check the [Project](/project) list for specific
2121
project links.
2222

23-
We also use Github Discussions as a forum to discuss projects. If you
23+
We also use GitHub Discussions as a forum to discuss projects. If you
2424
have a question about how to use a BeeWare tool, open a discussion
2525
thread in the repository for that tool.
2626

content/community/resources/djangocon-us-2013/contents.lr

Lines changed: 0 additions & 19 deletions
This file was deleted.

content/community/resources/how-to-write-a-python-transpiler/contents.lr

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,6 @@ pub_date: 2017-05-20
2222
---
2323
resource_type: video
2424
---
25-
url: https://www.youtube.com/embed/9c4DEYIXYCM
25+
url: https://www.youtube.com/watch?v=9c4DEYIXYCM
26+
---
27+
embeddable: false

content/community/resources/snek-in-the-browser/contents.lr

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,6 @@ pub_date: 2017-05-19
2626
---
2727
resource_type: video
2828
---
29-
url: https://www.youtube.com/embed/1YmbZQjty3Y
29+
url: https://www.youtube.com/watch?v=1YmbZQjty3Y
30+
---
31+
embeddable: false

content/community/resources/talk-python-79/contents.lr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ apps (be a .app on macOS, .exe on Windows, etc).
1313
What technology would you use for this? This week I'll introduce you to
1414
a wide set of small, focused and powerful tools that make all of this,
1515
and more, possible. We're speaking with Russell Keith-Magee, founder of
16-
the Beeware project.
16+
the BeeWare project.
1717

1818
---
1919
pub_date: 2016-10-09

content/contributing/challenge-coins/contents.lr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ on their blog.
5252
[Revolution Systems](/community/members/revsys/) provided the funding
5353
for the second pressing of the BeeWare challenge coins.
5454

55-
[Github](/community/members/github/) provided the funding for the first
55+
[GitHub](/community/members/github/) provided the funding for the first
5656
pressing of the BeeWare Yak Herder challenge coins.
5757

5858
<figure>

content/contributing/first-time/github/contents.lr

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ gutter:
139139
There are many useful resources to help you learn how to log issues and
140140
raise Pull Requests in GitHub:
141141

142-
- [Contributing to Open
143-
Source](https://guides.github.com/activities/contributing-to-open-source/#contributing)
142+
- [How to Contribute to Open Source](https://opensource.guide/how-to-contribute/)
144143
- [How to Fork a Repo](https://docs.github.com/articles/fork-a-repo)
145144

content/contributing/first-time/what-is-a/package-manager/contents.lr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Depending on what family of operating system you run, you'll use
3030
## Python
3131

3232
`pip` is the way you can install Python software. Running `pip install`
33-
uses the [Python Packaging Index](https://pypi.org), also known as
33+
uses the [Python Package Index](https://pypi.org), also known as
3434
"PyPI". PyPI is a central repository for Python code. Many BeeWare
3535
projects can be installed using `pip`.
3636

0 commit comments

Comments
 (0)