Skip to content

Commit fc392a2

Browse files
committed
move to BowlerHatLLC org
1 parent 477ed2e commit fc392a2

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
path: bin/api/
4747
if-no-files-found: error
4848
- name: Upload API Reference
49-
if: ${{ github.repository == 'joshtynjala/gtween-haxe' && github.event_name != 'pull_request' && github.ref_name == 'main' }}
49+
if: ${{ github.repository == 'BowlerHatLLC/gtween-haxe' && github.event_name != 'pull_request' && github.ref_name == 'main' }}
5050
uses: JamesIves/[email protected]
5151
with:
5252
branch: gh-pages

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,23 +103,23 @@ Here's a quick list of a few more features you might find interesting:
103103
* calculate the optimal duration for a timeline based on the tweens and callbacks in it.
104104
* change, init, and complete callbacks.
105105

106-
The best place to learn about these and other features is by checking out the included demos, and flipping through the [API documentation](https://joshtynjala.github.io/gtween-haxe/api/).
106+
The best place to learn about these and other features is by checking out the included demos, and flipping through the [API documentation](https://bowlerhatllc.github.io/gtween-haxe/api/).
107107

108108
## Demos
109109

110110
All source code for these demos is included with the download.
111111

112112
## Documentation
113113

114-
See the [API reference](https://joshtynjala.github.io/gtween-haxe/api/) for descriptions of all classes, interfaces, methods, and properties.
114+
See the [API reference](https://bowlerhatllc.github.io/gtween-haxe/api/) for descriptions of all classes, interfaces, methods, and properties.
115115

116116
## Download
117117

118118
[Download latest build of GTween](#) (Not yet available for download)
119119

120120
## Feedback
121121

122-
Found a bug? Report an [issue](https://github.com/joshtynjala/gtween-haxe/issues).
122+
Found a bug? Report an [issue](https://github.com/BowlerHatLLC/gtween-haxe/issues).
123123

124-
Want to extend the library? Submit a [pull request](https://github.com/joshtynjala/gtween-haxe/pulls).
124+
Want to extend the library? Submit a [pull request](https://github.com/BowlerHatLLC/gtween-haxe/pulls).
125125

docs/docs.hxml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@
4646
--no-output
4747

4848
--next
49-
-cmd haxelib run dox -o ../bin/api -i ../bin/dox -in com.gskinner --title "GTween API Reference (Haxe)" --toplevel-package com.gskinner -D website "https://github.com/joshtynjala/gtween" -D source-path "https://github.com/joshtynjala/gtween/tree/main/src/"
49+
-cmd haxelib run dox -o ../bin/api -i ../bin/dox -in com.gskinner --title "GTween API Reference (Haxe)" --toplevel-package com.gskinner -D website "https://github.com/BowlerHatLLC/gtween-haxe" -D source-path "https://github.com/BowlerHatLLC/gtween-haxe/tree/main/src/"

haxelib.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gtween",
3-
"url": "https://github.com/joshtynjala/gtween-haxe",
3+
"url": "https://github.com/BowlerHatLLC/gtween-haxe",
44
"license": "MIT",
55
"tags": [
66
"animation",

0 commit comments

Comments
 (0)