Skip to content

Commit

Permalink
NOJIRA: Updating redirected URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
jobara committed Jul 30, 2024
1 parent 9a575bd commit 9bbc7a3
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ you prefer, you can [browse the source documentation files directly on GitHub](s

## Working with the Infusion Documentation locally

You must have [Node and NPM](https://nodejs.org/en/download/) installed in order to work on the Infusion Documentation
You must have [Node and NPM](https://nodejs.org/en/download/package-manager) installed in order to work on the Infusion Documentation
locally (the LTS version is recommended).

To install the dependencies for this project:
Expand Down
4 changes: 2 additions & 2 deletions src/documents/DeprecatedIn2_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ changes, the contents of this page may not be exhaustive.</div>
<tr>
<td><code>fluid.progress</code></td>
<td>
HTML5 <a href="https://www.w3.org/TR/html5/forms.html#the-progress-element"><code>progress</code></a>
HTML5 <a href="https://html.spec.whatwg.org/multipage/form-elements.html#the-progress-element"><code>progress</code></a>
element
</td>
</tr>
Expand All @@ -42,7 +42,7 @@ changes, the contents of this page may not be exhaustive.</div>
<td>jQuery UI Slider version of <code>fluid.textfieldSlider</code></td>
<td>
Native HTML5 version of <code>fluid.textfieldSlider</code> making use of the
<a href="https://www.w3.org/TR/html5/forms.html#range-state-(type=range)"><code>range</code>
<a href="https://html.spec.whatwg.org/multipage/input.html#range-state-(type%3Drange)"><code>range</code>
input</a>
</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion src/documents/FetchResources.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ possibly asynchronously, using AJAX requests or from the current DOM. This API i
core or components rely on it, however it will be retained for one further release cycle since it appears in a few
pieces of example code and wrappers. The core framework grade [Resource Loader](ResourceLoader.md) should be used
by any component wishing to issue I/O as part of component loading, or else a
[DataSource](https://github.com/fluid-project/kettle/blob/master/docs/DataSources.md) for I/O which may be issued
[DataSource](https://github.com/fluid-project/kettle/blob/main/docs/DataSources.md) for I/O which may be issued
repeatedly during a component's lifecycle.

This API is deprecated and will be removed in an upcoming revision of the framework.
Expand Down
4 changes: 2 additions & 2 deletions src/documents/ResourceLoader.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ directly from the filesystem if Infusion is running under `node.js`. These resou
or other kinds of static resources.

The resources to be loaded are configured in a free hash held in the top-level `resources` option of the component.
Each member of `resources` is a structure named `ResourceSpec` specifying a resource to be loaded.
Each member of `resources` is a structure named `ResourceSpec` specifying a resource to be loaded.

### Minimal `fluid.resourceLoader` example

Expand Down Expand Up @@ -186,7 +186,7 @@ identifying both the transport and the address of the resource to be loaded:
of the <code>directModel</code> field in this <code>resourceSpec</code>. Documentation for core Infusion
DataSources will
be ported soon, in the meantime you may refer to the docs on
<a href="https://github.com/fluid-project/kettle/blob/master/docs/DataSources.md">
<a href="https://github.com/fluid-project/kettle/blob/main/docs/DataSources.md">
Kettle DataSources</a> and substitute <code>kettle</code> for <code>fluid</code> in all gradeNames.
</td>
<td>fluid.dataSource</td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ We recommend you download the Infusion library and load the example code into yo
Your company, Awesome Cars, has created the world’s first flying car. The example code is a Preference Editor for the
car. If you run a local webserver (for example using [this
approach](https://www.linuxjournal.com/content/tech-tip-really-simple-http-server-python), or using
[MAMP](https://www.mamp.info/en/)) and navigate to the `index.html` file in a browser, you should see this interface:
[MAMP](https://www.mamp.info/en/mac/)) and navigate to the `index.html` file in a browser, you should see this interface:

<figure id="figure2">
<img src="/images/simplePrefsEditor.png" alt="The screen of the example Preference Editor">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ If using the latest development source, there may be some differences in documen
does not yet exist.
</div>

Requirements: [node](https://nodejs.org), [npm](https://www.npmjs.com/)
Requirements: [node](https://nodejs.org/), [npm](https://www.npmjs.com/)

1. Run `git clone https://github.com/fluid-project/infusion` to copy the Infusion GitHub repository to your local
filesystem. This will create a directory `infusion` containing the Infusion source code.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ adjust the paths to reflect where you've saved the Infusion package.
<div class="infusion-docs-note">
<strong>Note:</strong>
While <code>infusion-uio.js</code> is minified, (i.e. all of the whitespace removed), you can still debug the code
using the provided source map. For more information, visit <a href="https://github.com/fluid-project/infusion/blob/master/README.md#source-maps">
using the provided source map. For more information, visit <a href="https://github.com/fluid-project/infusion/blob/main/README.md#source-maps">
the Infusion Release Readme</a>.
</div>

Expand Down

0 comments on commit 9bbc7a3

Please sign in to comment.