Skip to content

Commit a18ccf6

Browse files
committed
Fix repo links
1 parent 67eb35f commit a18ccf6

7 files changed

Lines changed: 14 additions & 14 deletions

File tree

Finite_element_analysis/lesson1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ With the AnyBody Modeling System you already have a repository of models
1818
available, for details please see the AnyBody Assistant available from
1919
the menu. This tutorial has been written using the AnyBody Managed Model
2020
Repository Ver. 1.6 (AMMRV1.6) if you see differences between the
21-
tutorial text and your own results please [report or help fix it here] ](https://github.com/anybody/anybody-tutorial/)
21+
tutorial text and your own results please [report or help fix it here] ](https://github.com/anybody/tutorials/)
2222

2323
The starting point for this tutorial is the model:
2424

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
[![badge](https://github.com/AnyBody/anybody-tutorial/workflows/Build%20Tutorials/badge.svg)](https://github.com/AnyBody/anybody-tutorial/actions)
1+
[![badge](https://github.com/AnyBody/tutorials/workflows/Build%20Tutorials/badge.svg)](https://github.com/AnyBody/tutorials/actions)
22
[![badge](https://img.shields.io/website-up-down-green-red/http/shields.io.svg?label=Tutorial_website)](https://anyscript.org/tutorials/dev)
33

44
# AnyBody Tutorial repository
55

66
> This repository hosts the AnyBody Modeling System
77
> tutorials as markdown and building the tutorials is done
8-
> automatically with [open source continuous integrations servers](https://github.com/AnyBody/anybody-tutorial/actions).
8+
> automatically with [open source continuous integrations servers](https://github.com/AnyBody/tutorials/actions).
99
1010
The HTML files from building the tutorials are automatically
1111
published to <https://anyscript.org/tutorials/> .

_templates/report_problem.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<h3>Found a problem?</h3>
22

3-
<p><a href="https://github.com/AnyBody/anybody-tutorial/blob/master/{{ pagename + '.md' }}">
4-
<img src="{{ pathto("_static/mark-github.svg", 1) }}"></img> Fix it your self </a> or <a href="https://github.com/AnyBody/anybody-tutorial/issues/">report it </a>
3+
<p><a href="https://github.com/AnyBody/tutorials/blob/master/{{ pagename + '.md' }}">
4+
<img src="{{ pathto("_static/mark-github.svg", 1) }}"></img> Fix it your self </a> or <a href="https://github.com/AnyBody/tutorials/issues/">report it </a>
55
</p>

conf.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ def tagged_commit():
189189
copyright = f"{current_year}, AnyBody Technology"
190190
author = "AnyBody Technology"
191191

192-
github_doc_root = "https://github.com/AnyBody/anybody-tutorial/tree/master"
192+
github_doc_root = "https://github.com/AnyBody/tutorials/tree/master"
193193

194194

195195
# The version info for the project you're documenting, acts as replacement for
@@ -244,7 +244,7 @@ def tagged_commit():
244244
# "name": "AMMR Documentation",
245245
# },
246246
# ],
247-
"github_url": "https://github.com/anybody/anybody-tutorial/",
247+
"github_url": "https://github.com/anybody/tutorials/",
248248
# "logo": {
249249
# "text": "PyData Theme",
250250
# "image_dark": "logo-dark.svg",
@@ -269,15 +269,15 @@ def tagged_commit():
269269

270270
html_context = {
271271
"github_user": "anybody",
272-
"github_repo": "anybody-tutorial",
272+
"github_repo": "tutorials",
273273
"github_version": "master",
274274
"doc_path": ".",
275275
}
276276

277277
html_theme_options = {
278278
# "logo_only": True,
279279

280-
"repository_url": "https://github.com/anybody/anybody-tutorial",
280+
"repository_url": "https://github.com/anybody/tutorials",
281281
"use_repository_button": False,
282282
# "extra_navbar": 'Tutorials by <a href="https://anybodytech.com">AnyBody Technology</a>',
283283
"home_page_in_toc": False,

contributing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ We highly appreciate any contributions to the Tutorials!
44

55
If you find typos, missing links or anything else wrong, don't hesitate to fix it.
66

7-
It is as easy as forking [the repository on GitHub](https://github.com/AnyBody/anybody-tutorial) , making your changes, and
7+
It is as easy as forking [the repository on GitHub](https://github.com/AnyBody/tutorials) , making your changes, and
88
issuing a pull request. If you have any questions about this process don’t
99
hesitate to ask.
1010

@@ -21,7 +21,7 @@ changes to the documents and ensure consistent style.
2121

2222
The tutorials are automatically build with sphinx when commits are
2323
pushed to the github repository. The process is handle by
24-
[Github Actions, here](https://github.com/AnyBody/anybody-tutorial/actions).
24+
[Github Actions, here](https://github.com/AnyBody/tutorials/actions).
2525
If the build fails, for example because of
2626
wrong syntax etc, the Pull Request can not be merged.
2727

locale/ja/LC_MESSAGES/contributing.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ msgstr ""
3535
#: ../../contributing.rst:9
3636
msgid ""
3737
"It is as easy as forking `the repository on GitHub "
38-
"<https://github.com/AnyBody/anybody-tutorial>`__ , making your changes, "
38+
"<https://github.com/AnyBody/tutorials>`__ , making your changes, "
3939
"and issuing a pull request. If you have any questions about this process"
4040
" don’t hesitate to ask."
4141
msgstr ""
@@ -58,7 +58,7 @@ msgstr ""
5858
msgid ""
5959
"The tutorials are automatically build with sphinx when commits are pushed"
6060
" to the github repository. The process is handle by `Travis CI, here "
61-
"<https://travis-ci.org/AnyBody/anybody-tutorial>`_. If the build fails, "
61+
"<https://travis-ci.org/AnyBody/tutorials>`_. If the build fails, "
6262
"for example because of wrong reST syntax etc, the Pull Request can not be"
6363
" merged."
6464
msgstr ""

locale/ja/LC_MESSAGES/index.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ msgstr ""
6060
msgid ""
6161
"If you find typos, missing links or anything else wrong, don't hesitate "
6262
"to fix it. It is as easy as forking `the repository on GitHub "
63-
"<https://github.com/AnyBody/anybody-tutorial>`__ , making your changes, "
63+
"<https://github.com/AnyBody/tutorials>`__ , making your changes, "
6464
"and issuing a pull request."
6565
msgstr ""
6666

0 commit comments

Comments
 (0)