Skip to content

Commit

Permalink
fix: update website url
Browse files Browse the repository at this point in the history
  • Loading branch information
EdJoPaTo committed Jan 6, 2023
1 parent 94e5e0f commit dae656d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

## Telegram Bot

see more at [calendarbot.hawhh.de](//calendarbot.hawhh.de)
See more at <https://hawhh.de/calendarbot/>
8 changes: 0 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,7 @@
{
"name": "hawhhcalendarbot-telegrambot",
"version": "9.1.1",
"private": true,
"description": "A bot to configure your personal calendar of HAW Hamburg lectures",
"license": "AGPLv3",
"homepage": "https://calendarbot.hawhh.de",
"author": {
"name": "EdJoPaTo",
"email": "[email protected]",
"url": "https://calendarbot.hawhh.de"
},
"repository": {
"type": "git",
"url": "https://github.com/HAWHHCalendarBot/telegrambot.git"
Expand Down
4 changes: 2 additions & 2 deletions source/menu/about.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ async function menuBody(context: MyContext): Promise<Body> {
const canteenCount = canteens.length
const eventCount = await allEvents.count()

const websiteLink = format.url('calendarbot.hawhh.de', 'https://calendarbot.hawhh.de')
const websiteLink = format.url('hawhh.de/calendarbot/', 'https://hawhh.de/calendarbot/')
const githubIssues = format.url('GitHub', 'https://github.com/HAWHHCalendarBot/telegrambot/issues')

let text = ''
Expand All @@ -31,7 +31,7 @@ async function menuBody(context: MyContext): Promise<Body> {
return {text, parse_mode: format.parse_mode, disable_web_page_preview: true}
}

menu.url('calendarbot.hawhh.de', 'https://calendarbot.hawhh.de')
menu.url('hawhh.de/calendarbot/', 'https://hawhh.de/calendarbot/')

menu.url('😌 PayPal Spende', 'https://www.paypal.com/donate?hosted_button_id=L2EMBSGTEXK42')

Expand Down

0 comments on commit dae656d

Please sign in to comment.