Skip to content

Commit 0fce8e1

Browse files
committed
Update manual references to LuteOrg.
1 parent 1f0c965 commit 0fce8e1

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

.github/ISSUE_TEMPLATE/documentation.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ assignees: ''
99

1010
**Description**
1111

12-
Brief description of documentation edit/creation requirement for https://jzohrab.github.io/lute-manual/.
12+
Brief description of documentation edit/creation requirement for https://luteorg.github.io/lute-manual/.
1313

1414
**For broken/incorrect documentation:**
1515

16-
* specify page in https://jzohrab.github.io/lute-manual/, section, and link
16+
* specify page in https://luteorg.github.io/lute-manual/, section, and link
1717
* Take a first shot at correcting the issue. I'll edit it for tone/consistency.
1818

1919
**For new documentation:**

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99

1010
This repo contains the source code for Lute (Learning Using Texts) v3, a Python/Flask tool for learning foreign languages through reading.
1111

12-
To learn more about Lute v3, or to install it for your own use and study, please see the [Lute v3 manual](https://jzohrab.github.io/lute-manual/).
12+
To learn more about Lute v3, or to install it for your own use and study, please see the [Lute v3 manual](https://luteorg.github.io/lute-manual/).
1313

14-
![Lute v3 demo](https://github.com/jzohrab/lute-manual/assets/1637133/7e7f5f66-20bb-4e94-a11c-7b7ffc43255a)
14+
![Lute v3 demo](https://luteorg.github.io/lute-manual/assets/intro.gif)
1515

1616
# Getting Started
1717

1818
## Users
1919

20-
See the [Lute v3 manual](https://jzohrab.github.io/lute-manual/). Hop onto the [Discord](https://discord.gg/CzFUQP5m8u) too.
20+
See the [Lute v3 manual](https://luteorg.github.io/lute-manual/). Hop onto the [Discord](https://discord.gg/CzFUQP5m8u) too.
2121

2222
## Developing
2323

lute/templates/base.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ <h1 id="luteTitle" title="Learning Using Texts">
121121
<ul class="sub-menu last-sub-menu">
122122
<li><a href="/version">Version and software info</a></li>
123123
<li><a href="/stats/">Statistics</a></li>
124-
<li><a href="https://jzohrab.github.io/lute-manual/" target="_blank">Docs</a></li>
124+
<li><a href="https://luteorg.github.io/lute-manual/" target="_blank">Docs</a></li>
125125
<li><a href="https://discord.gg/CzFUQP5m8u" target="_blank">Discord</a></li>
126126
</ul>
127127
</div>

lute/templates/settings/form.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ <h2>Appearance</h2>
6363
<p>Use this field to define custom styles to be applied to
6464
Lute.</p>
6565
<p>See examples
66-
in <a href="https://jzohrab.github.io/lute-manual/usage/themes/custom-styles.html"
66+
in <a href="https://luteorg.github.io/lute-manual/usage/themes/custom-styles.html"
6767
target="_blank">the manual</a>.</p>
6868
</blockquote>
6969
</td>
@@ -114,13 +114,13 @@ <h2>Japanese</h2>
114114
<blockquote id="mecab_path_help" style="width:60%; display: none;">
115115
<p>Lute uses MeCab to parse Japanese, so MeCab needs to be
116116
installed on your machine (see notes
117-
in <a href="https://jzohrab.github.io/lute-manual/install/mecab.html"
117+
in <a href="https://luteorg.github.io/lute-manual/install/mecab.html"
118118
target="_blank">the manual</a>).</p>
119119
<p>Lute includes the Python
120120
library <a href="https://github.com/buruzaemon/natto-py">natto-py</a>
121121
to interact with MeCab. natto-py can usually find MeCab
122122
automatically, but you <i>may</i> need to set the MECAB_PATH, per
123-
<a href="https://jzohrab.github.io/lute-manual/install/mecab.html#lute-configuration"
123+
<a href="https://luteorg.github.io/lute-manual/install/mecab.html#lute-configuration"
124124
target="_blank">the manual</a>.</p>
125125
<p>Try different values for MECAB_PATH, including leaving
126126
the field blank, until clicking the &quot;test&quot;

lute/templates/term/sentences.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<ul>
2727
<li>This may be a new term.</li>
2828
<li>The page containing this word may not be marked as "read" (see
29-
<a href="https://jzohrab.github.io/lute-manual/faq/terms/sentences-only-shown-when-page-is-read.html"
29+
<a href="https://luteorg.github.io/lute-manual/faq/terms/sentences-only-shown-when-page-is-read.html"
3030
target="_blank">the manual</a>
3131
).
3232
</li>

lute/templates/termimport/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
{% block body %}
77

8-
<p>See <a href="https://jzohrab.github.io/lute-manual/usage/terms/bulk-term-import.html" target="_blank">"Bulk Term Import"</a> in the Lute manual for notes about the CSV file format and data.</p>
8+
<p>See <a href="https://luteorg.github.io/lute-manual/usage/terms/bulk-term-import.html" target="_blank">"Bulk Term Import"</a> in the Lute manual for notes about the CSV file format and data.</p>
99
<br />
1010

1111
{% for field_name, field_errors in form.errors.items() %}

0 commit comments

Comments
 (0)