Skip to content

Commit

Permalink
Fix link to hello_world_file.cpp in tutorial. Closes #3077.
Browse files Browse the repository at this point in the history
  • Loading branch information
juj committed Dec 15, 2014
1 parent 76bb84e commit b7e8dd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/source/docs/getting_started/Tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ JavaScript is usually run in the sandboxed environment of a web browser, without
Files that you want to access should be :ref:`preloaded <emcc-preload-file>` or :ref:`embedded <emcc-embed-file>` into the virtual file system. Preloading (or embedding) generates a virtual file system that corresponds to the file system structure at *compile* time, *relative to the current directory*.


The `hello_world_file.cpp <https://github.com/kripken/emscripten/blob/master/tests/hello_world.cpp>`_ example shows how to load a file (both the test code and the file to be loaded shown below):
The `hello_world_file.cpp <https://github.com/kripken/emscripten/blob/master/tests/hello_world_file.cpp>`_ example shows how to load a file (both the test code and the file to be loaded shown below):

.. include:: ../../../../tests/hello_world_file.cpp
:literal:
Expand Down

0 comments on commit b7e8dd3

Please sign in to comment.