Skip to content

Commit 079571a

Browse files
committed
up
1 parent 9904126 commit 079571a

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

Plugins/kbengine_ue4_plugins/KBEnginePlugins.uplugin

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"Description": "",
77
"Category": "KBEngine",
88
"CreatedBy": "KBEngine",
9-
"CreatedByURL": "http://kbengine.org",
10-
"DocsURL": "http://kbengine.org/docs",
11-
"MarketplaceURL": "http://kbengine.org/marketplace",
9+
"CreatedByURL": "http://kbengine.github.io",
10+
"DocsURL": "http://kbengine.github.io/docs",
11+
"MarketplaceURL": "http://kbengine.github.io/marketplace",
1212
"SupportURL": "http://bbs.kbengine.org",
1313
"EnabledByDefault": false,
1414
"CanContainContent": false,

Plugins/kbengine_ue4_plugins/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ KBE-Plugin fire-out events(KBE => UE4):
101101

102102
Event-datas:
103103
uint16: retcode
104-
http://kbengine.org/docs/configuration/server_errors.html
104+
http://kbengine.github.io/docs/configuration/server_errors.html
105105

106106
bytes: datas
107107
If you use third-party account system, the system may fill some of the third-party additional datas.
@@ -201,31 +201,31 @@ KBE-Plugin fire-out events(KBE => UE4):
201201

202202
Event-datas:
203203
uint16: retcode
204-
http://kbengine.org/docs/configuration/server_errors.html
204+
http://kbengine.github.io/docs/configuration/server_errors.html
205205

206206
onLoginFailed
207207
Description:
208208
Login failed.
209209

210210
Event-datas:
211211
uint16: retcode
212-
http://kbengine.org/docs/configuration/server_errors.html
212+
http://kbengine.github.io/docs/configuration/server_errors.html
213213

214214
onLoginBaseappFailed
215215
Description:
216216
Login baseapp failed.
217217

218218
Event-datas:
219219
uint16: retcode
220-
http://kbengine.org/docs/configuration/server_errors.html
220+
http://kbengine.github.io/docs/configuration/server_errors.html
221221

222222
onReloginBaseappFailed
223223
Description:
224224
Relogin baseapp failed.
225225

226226
Event-datas:
227227
uint16: retcode
228-
http://kbengine.org/docs/configuration/server_errors.html
228+
http://kbengine.github.io/docs/configuration/server_errors.html
229229

230230
onReloginBaseappSuccessfully
231231
Description:

kbengine_ue4_demo.uproject

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
{
1818
"Name": "KBEnginePlugins",
1919
"Enabled": true,
20-
"MarketplaceURL": "http://kbengine.org/marketplace"
20+
"MarketplaceURL": "http://kbengine.github.io/marketplace"
2121
}
2222
],
2323
"AdditionalPluginDirectories": [

0 commit comments

Comments
 (0)