Skip to content

Commit be6199d

Browse files
committed
Rebrand
1 parent ec9f488 commit be6199d

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2016 aBAS Property Solutions
3+
Copyright (c) 2018 Uptick Pty Ltd
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ React powered table of objects, designed to be editable and fast.
77

88
## Live Demo
99

10-
Check out the live demo here: http://abasystems.github.io/react-object-table/
10+
Check out the live demo here: http://uptick.github.io/react-object-table/
1111

1212
## Installation
1313

@@ -59,4 +59,4 @@ or tag:
5959
```
6060

6161
Full reference documentation coming soon. For now, take a look at the reference on the live demo at
62-
http://abasystems.github.io/react-object-table/.
62+
http://uptick.github.io/react-object-table/.

demo-site/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
layouts_dir: 'node_modules/abas-demo-site/dist'
22

33
package_name: React Object Table
4-
package_github_url: https://github.com/ABASystems/react-object-table
4+
package_github_url: https://github.com/uptick/react-object-table
55
package_npm_url: https://www.npmjs.com/package/react-object-table

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"repository": {
1515
"type": "git",
16-
"url": "https://github.com/ABASystems/react-object-table.git"
16+
"url": "https://github.com/uptick/react-object-table.git"
1717
},
1818
"keywords": [
1919
"react",
@@ -25,9 +25,9 @@
2525
"author": "Uptick Pty Ltd",
2626
"license": "MIT",
2727
"bugs": {
28-
"url": "https://github.com/ABASystems/react-object-table/issues"
28+
"url": "https://github.com/uptick/react-object-table/issues"
2929
},
30-
"homepage": "https://github.com/ABASystems/react-object-table#readme",
30+
"homepage": "https://github.com/uptick/react-object-table#readme",
3131
"dependencies": {
3232
"classnames": "^2.2.3",
3333
"clone": "^1.0.2"

0 commit comments

Comments
 (0)