Skip to content

Commit 5f02fbd

Browse files
docs: Replace org name (#79)
* docs: Replace org name(yet again) * Update LICENSE * Replace copyright org name Co-authored-by: sumeshir26 <[email protected]>
1 parent 7f004da commit 5f02fbd

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021 sumeshir26
3+
Copyright (c) 2021 The Futura Team
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@
44
</p>
55

66
<p align="center">
7-
<a style="text-decoration:none" href="https://github.com/TimerX-App/TimerX/releases">
8-
<img src="https://img.shields.io/github/release/TimerX-App/TimerX.svg?style=flat-square" alt="Releases" width="117px" />
7+
<a style="text-decoration:none" href="https://github.com/Futura-Py/TimerX/releases">
8+
<img src="https://img.shields.io/github/release/Futura-Py/TimerX.svg?style=flat-square" alt="Releases" width="117px" />
99
</a>
1010
<a style="text-decoration:none" href="https://python.org">
1111
<img src="https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54" alt="Python" />
1212
</a>
13-
<a style="text-decoration:none" href="https://gitpod.io/#https://github.com/TimerX-App/TimerX">
13+
<a style="text-decoration:none" href="https://gitpod.io/#https://github.com/Futura-Py/TimerX">
1414
<img src="https://img.shields.io/badge/gitpod-f06611.svg?style=for-the-badge&logo=gitpod&logoColor=white" alt="Gitpod" />
1515
</a>
1616
<a style="text-decoration:none" href="https://www.netlify.com">
1717
<img src="https://img.shields.io/badge/netlify-%23000000.svg?style=for-the-badge&logo=netlify&logoColor=#00C7B7" alt="Netlify" />
1818
</a>
19-
<a style="text-decoration:none" href="https://github.com/TimerX-App/TimerX/actions">
19+
<a style="text-decoration:none" href="https://github.com/Futura-Py/TimerX/actions">
2020
<img src="https://img.shields.io/badge/githubactions-%232671E5.svg?style=for-the-badge&logo=githubactions&logoColor=white" alt="Actions" />
2121
</a>
2222
<a style="text-decoration:none" href="https://repl.it">
@@ -41,7 +41,7 @@
4141
# 🌏Deployed with [Netlify](netlify.app)
4242

4343
# 🎯TODO
44-
Look [here](https://github.com/orgs/TimerX-App/projects/1)!
44+
Look [here](https://github.com/orgs/Futura-Py/projects/1)!
4545

4646
# Supported Platforms
4747
- ✔️ Windows: Tested on Windows 7,10, and 11

docs/docusaurus.config.js

+6-6
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const config = {
1414
onBrokenLinks: "warn",
1515
onBrokenMarkdownLinks: "warn",
1616
favicon: "img/favicon.ico",
17-
organizationName: "TimerX-App", // Usually your GitHub org/user name.
17+
organizationName: "Futura-Py", // Usually your GitHub org/user name.
1818
projectName: "TimerX", // Usually your repo name.
1919

2020
presets: [
@@ -25,7 +25,7 @@ const config = {
2525
docs: {
2626
sidebarPath: require.resolve("./sidebars.js"),
2727
// Please change this to your repo.
28-
editUrl: "https://github.com/TimerX-App/TimerX/blob/master/docs",
28+
editUrl: "https://github.com/Futura-Py/TimerX/blob/master/docs",
2929
},
3030
blog: false,
3131
theme: {
@@ -50,12 +50,12 @@ const config = {
5050
items: [
5151
{ to: "/docs/intro", label: "Documentation", position: "left" },
5252
{
53-
to: "https://github.com/TimerX-App/TimerX/releases",
53+
to: "https://github.com/Futura-Py/TimerX/releases",
5454
label: "Download TimerX",
5555
position: "left",
5656
},
5757
{
58-
href: "https://github.com/TimerX-App/TimerX",
58+
href: "https://github.com/Futura-Py/TimerX",
5959
label: "GitHub",
6060
position: "right",
6161
},
@@ -91,12 +91,12 @@ const config = {
9191
},
9292
{
9393
label: "GitHub",
94-
href: "https://github.com/TimerX-App/TimerX",
94+
href: "https://github.com/Futura-Py/TimerX",
9595
},
9696
],
9797
},
9898
],
99-
copyright: `Copyright © ${new Date().getFullYear()} MIT License by sumeshir26`,
99+
copyright: `Copyright © ${new Date().getFullYear()} MIT License by The Futura Team`,
100100
},
101101
prism: {
102102
theme: lightCodeTheme,

docs/src/pages/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ function HomepageHeader() {
1616
<div className={styles.buttons}>
1717
<Link
1818
className="button button--secondary button--lg"
19-
to="https://github.com/TimerX-App/TimerX/releases/latest"
19+
to="https://github.com/Futura-Py/TimerX/releases/latest"
2020
>
2121
Download TimerX
2222
</Link>

main.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ def createSettingsWindow():
384384
text=" Fork on Github",
385385
image=github_logo_dark,
386386
compound=LEFT,
387-
command=lambda: webbrowser.open("https://github.com/TimerX-App/TimerX"),
387+
command=lambda: webbrowser.open("https://github.com/Futura-Py/TimerX"),
388388
)
389389
github_btn.place(x=50, y=200)
390390

@@ -393,7 +393,7 @@ def createSettingsWindow():
393393
text=" Check out our Website!",
394394
image=globe_dark,
395395
compound=LEFT,
396-
command=lambda: webbrowser.open("https://timerx-app.netlify.app/"),
396+
command=lambda: webbrowser.open("https://Futura-Py.netlify.app/"),
397397
)
398398
website_btn.place(x=250, y=200)
399399

0 commit comments

Comments
 (0)