A Small Fix For Monogatari Visual Novel Engine

While it's been 2 years since I seriously developed something, I still play with some game development programs once in a while. Few days ago I played with TIC-80 and Today I played with a HTML5 Visual Novel engine called Monogatari.

UntitledMono.png

So while I was playing with the engine (hopefully I'll make something with it), I found a small error. and I've gone "Hey. I can post this on Utopian" I always wanted to post something here, and while I was writing this post I was like "I can fix it on Github too."

https://github.com/Monogatari/Monogatari/blob/master/js/script.js

WrongLink.png

Wrong Links in The Editable/Download Version Of Monogatari

The Documentation and Demo links in the lines 18 to 23:

var messages = {
"Help": {
    "Title": "Help",
    "Subtitle": "Some useful Links",
    "Message": "<p><a 
href='http://monogatari.hyuchia.com/documentation/'>Documentation</a> - Everything you need 
to know.</p><p><a href='http://monogatari.hyuchia.com/demo/'>Demo</a> - A simple Demo.</p>"
}
};

The link "http://monogatari.hyuchia.com" doesn't exist anymore, I suppose because the website URL changed from a sub domain to something more professional.

"Message": "<p><a  href='https://monogatari.io/documentation/'>Documentation</a> - Everything you need 
to know.</p><p><a href='https://monogatari.io/demo/'>Demo</a> - A simple Demo.</p>"

This is a big problem. Why?

The documentation and demo links are very important as they aren't downloaded with the engine and it can be hard to learn it without them. Especially when Monogatari and searching the word "Monogatari" alone won't give you the official website of it.

Pull Request Link

This is my first time doing Pull request I'm not sure I did it right, I can't believe I still haven't used this feature of Github yet... I have an account but I always procrastinated on it. Let's see if @utopian-io would make me a Git expert~



Posted on Utopian.io - Rewarding Open Source Contributors

H2
H3
H4
Upload from PC
Video gallery
3 columns
2 columns
1 column
6 Comments