Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

Commit

Permalink
Reverted changes for functionality that doesn't exist on Gitlab yet
Browse files Browse the repository at this point in the history
  • Loading branch information
keithbowes committed Jun 14, 2019
1 parent 2724592 commit b3fd0cc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions docs/HELP.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This is a short help document inspired by [Chris Pederick's](http://chrispederic

## Requirements

Please read the [README file](https://keithbowes.gitlab.io/user-agent-switcher/) for that.
Please read the [README file](https://keithbowes.github.io/user-agent-switcher/) for that.

## Adding different user agents

Expand All @@ -24,4 +24,4 @@ As this extension changes user agent settings, Mozilla won't sign it. Maybe whe

## How to report bugs

Please use [GitLab issues](https://gitlab.com/keithbowes/user-agent-switcher/issues).
Please use [GitHub issues](https://github.com/keithbowes/user-agent-switcher/issues).
6 changes: 3 additions & 3 deletions webext/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"author": "Keith Bowes",
"default_locale": "en",
"description": "__MSG_Description__",
"homepage_url": "https://keithbowes.gitlab.io/user-agent-switcher/",
"homepage_url": "https://keithbowes.github.io/user-agent-switcher/",

"useragents_download": "http://techpatterns.com/downloads/download_item.php?folder=firefox&filename=useragentswitcher.xml",

Expand Down Expand Up @@ -57,8 +57,8 @@
"applications": {
"gecko":
{
"id": "user-agent-switcher@keithbowes.gitlab.io",
"update_url": "https://gitlab.com/keithbowes/user-agent-switcher/raw/master/webext/updates.json"
"id": "user-agent-switcher@keithbowes.github.io",
"update_url": "https://cdn.rawgit.com/keithbowes/user-agent-switcher/master/webext/updates.json"
}
}
}
8 changes: 4 additions & 4 deletions webext/updates.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"addons": {
"user-agent-switcher@keithbowes.gitlabb.io" : {
"user-agent-switcher@keithbowes.github.io" : {
"updates": [
{
"version": "0.9",
"update_link": "https://gitlab.com/keithbowes/user-agent-switcher/-/archive/0.9/user_agent_switcher-0.9.xpi"
},
],
"update_link": "https://github.com/keithbowes/releases/download/0.9/user_agent_switcher-0.9.xpi"
}
]
}
}
}

0 comments on commit b3fd0cc

Please sign in to comment.