Skip to content

Commit e174514

Browse files
committed
psot-merge updates
1 parent fdd02b9 commit e174514

5 files changed

Lines changed: 5 additions & 144 deletions

File tree

AmpleLinux/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -852,7 +852,7 @@ def open_ample_dir(self):
852852
_xdg_open(self.app_dir)
853853

854854
def open_help_url(self):
855-
_xdg_open("https://github.com/anomixer/ample/tree/master/AmpleLinux")
855+
_xdg_open("https://github.com/ksherlock/ample/tree/master/AmpleLinux")
856856

857857
def init_ui(self):
858858
container = QWidget()

AmpleWin/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,7 @@ def open_ample_dir(self):
754754
os.startfile(self.app_dir)
755755

756756
def open_help_url(self):
757-
os.startfile("https://github.com/anomixer/ample/tree/master/AmpleWin")
757+
os.startfile("https://github.com/ksherlock/ample/tree/master/AmpleWin")
758758

759759
def init_ui(self):
760760
container = QWidget()

PR-list.md

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

PR-list2.md

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

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22

33
A slightly more user-friendly front-end for using MAME as an Apple II emulator. Requires Mac OS X 10.14+
44

5-
> Windows users might want to check out [AmpleWin](https://github.com/anomixer/ample/tree/master/AmpleWin).
6-
> Linux users might want to check out [AmpleLinux](https://github.com/anomixer/ample/tree/master/AmpleLinux).
5+
> Windows users might want to check out [AmpleWin](https://github.com/ksherlock/ample/tree/master/AmpleWin) (thanks to anomixer).
6+
7+
> Linux users might want to check out [AmpleLinux](https://github.com/ksherlock/ample/tree/master/AmpleLinux) (thanks to anomixer).
78
89

910
![](screenshots/2021-07-01.png)

0 commit comments

Comments
 (0)