Skip to content

Commit

Permalink
switched repos
Browse files Browse the repository at this point in the history
  • Loading branch information
cbartondock committed May 27, 2020
1 parent b9ce170 commit 7937a66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/renderer/services/config-presets.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export class ConfigurationPresetsService {
this.downloadStatus.next(true);

return ConfigurationPresetsService.xRequest.request(
'https://raw.githubusercontent.com/cbartondock/steam-rom-manager/master/files/configPresets.json',
'https://raw.githubusercontent.com/doZennn/steam-rom-manager/master/files/configPresets.json',
{
responseType: 'json',
method: 'GET',
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/services/custom-variables.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export class CustomVariablesService {
this.downloadStatus.next(true);

return CustomVariablesService.xRequest.request(
'https://raw.githubusercontent.com/cbartondock/steam-rom-manager/master/files/customVariables.json',
'https://raw.githubusercontent.com/doZennn/steam-rom-manager/master/files/customVariables.json',
{
responseType: 'json',
method: 'GET',
Expand Down

0 comments on commit 7937a66

Please sign in to comment.