Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mruby
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
mruby
Commits
5727d3a3
Commit
5727d3a3
authored
Jun 27, 2019
by
Yasuhiro Horimoto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix broken links for mruby.org
A part of a fix for issue mruby/mruby.github.io#50
parent
23783a44
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
README.md
README.md
+5
-5
No files found.
README.md
View file @
5727d3a3
...
...
@@ -38,7 +38,7 @@ We don't have a mailing list, but you can use [GitHub issues](https://github.com
## How to compile and install (mruby and gems)
See the
[
doc/guides/compile.md
](
doc/guides/compile.md
)
file.
See the
[
compile.md
](
https://github.com/mruby/mruby/blob/master/
doc/guides/compile.md
)
file.
## Running Tests
...
...
@@ -54,12 +54,12 @@ Or
mruby contains a package manager called
*mrbgems*
. To create extensions
in C and/or Ruby you should create a
*GEM*
. For a documentation of how to
use mrbgems consult the file
[
doc/guides/mrbgems.md
](
doc/guides/mrbgems.md
)
. For example code of
how to use mrbgems look into the folder
*examples/mrbgems/*
.
use mrbgems consult the file
[
mrbgems.md
](
https://github.com/mruby/mruby/blob/master/doc/guides/mrbgems.md
)
.
For example code of
how to use mrbgems look into the folder
*examples/mrbgems/*
.
## License
mruby is released under the
[
MIT License
](
LICENSE
)
.
mruby is released under the
[
MIT License
](
https://github.com/mruby/mruby/blob/master/
LICENSE
)
.
## Note for License
...
...
@@ -88,5 +88,5 @@ file in your pull request.
[
ISO-standard
]:
http://www.iso.org/iso/iso_catalogue/catalogue_tc/catalogue_detail.htm?csnumber=59579
[
build-status-img
]:
https://travis-ci.org/mruby/mruby.svg?branch=master
[
contribution-guidelines
]:
CONTRIBUTING.md
[
contribution-guidelines
]:
https://github.com/mruby/mruby/blob/master/
CONTRIBUTING.md
[
travis-ci
]:
https://travis-ci.org/mruby/mruby
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment