Skip to content

Commit 90a0da4

Browse files
committed
mv messageformat.js code
1 parent f7f5932 commit 90a0da4

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[submodule "messageformat.js"]
2-
path = messageformat.js
2+
path = code
33
url = https://github.com/messageformat/messageformat.js.git

_includes/sidebar.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div class="sidebar-about">
44
<h1>
55
<a href="{{ site.baseurl }}/">
6-
<img src="{{ site.baseurl }}/messageformat.js/logo/messageformat.svg">
6+
<img src="{{ site.baseurl }}/code/logo/messageformat.svg">
77
{{ site.title }}
88
</a>
99
</h1>
@@ -27,7 +27,7 @@ <h1>
2727
{% endif %}
2828
{% endfor %}
2929

30-
<a class="sidebar-nav-item" href="/messageformat.js/doc/">API documentation</a>
30+
<a class="sidebar-nav-item" href="/code/doc/">API documentation</a>
3131
<a class="sidebar-nav-item" href="{{ site.github.repo }}">GitHub project</a>
3232
<span class="sidebar-nav-item">Currently at <a href="https://www.npmjs.com/package/messageformat">v{{ site.version }}</a></span>
3333
</nav>

build.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,12 @@ With default options, compiled messageformat functions are available through `mo
7979
```
8080
will log `"Your 3 messages go here."`
8181

82-
A working example is available [here](/messageformat.js/example/index.html).
82+
A working example is available [here](/code/example/index.html).
8383

8484

8585
## Other JavaSCript Build Environments
8686

87-
To precompile messages in other JavaScript environments, you should make use of the object input format of [`MessageFormat#compile()`](http://messageformat.github.io/messageformat.js/doc/MessageFormat.html#compile), the output of which is stringifiable for later execution in other environments.
87+
To precompile messages in other JavaScript environments, you should make use of the object input format of [`MessageFormat#compile()`](http://messageformat.github.io/code/doc/MessageFormat.html#compile), the output of which is stringifiable for later execution in other environments.
8888

8989
It works like this:
9090

Submodule code updated from 0000000 to d3e083e

0 commit comments

Comments
 (0)