Skip to content

Commit 90ae8db

Browse files
committed
docs: conf. links → atlassian wiki links
1 parent d66fe88 commit 90ae8db

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,8 @@ To port a project from [Core CMS Resources], read [Port Project].
174174
[Docker Compose]: https://docs.docker.com/compose/install/
175175
[Python]: https://www.python.org/downloads/
176176

177-
[Deploy Project]: https://confluence.tacc.utexas.edu/x/Lo99E
177+
[Deploy Project]: https://tacc-main.atlassian.net/wiki/x/2AVv
178178
[Port Project]: ./docs/port-project.md
179-
[Django CMS User Guide]: https://confluence.tacc.utexas.edu/x/FgDqCw
179+
[Django CMS User Guide]: https://tacc-main.atlassian.net/wiki/x/phdv
180180

181181
[Upgrade Project]: https://github.com/TACC/Core-CMS/blob/main/docs/upgrade-project.md

apcd-cms/src/taccsite_cms/settings_custom.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
########################
88

99
# Set on server, NOT here
10-
# https://confluence.tacc.utexas.edu/x/coR9E
10+
# https://tacc-main.atlassian.net/wiki/x/ZhVv
1111
# EMAIL_BACKEND = "..."
1212
# EMAIL_HOST = "..."
1313
# DEFAULT_FROM_EMAIL = "..."

apcd-cms/src/taccsite_custom/apcd-cms/static/apcd-cms/css/site.cms.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Organize via ITCSS */
2-
/* SEE: https://confluence.tacc.utexas.edu/x/IAA9Cw */
2+
/* SEE: https://tacc-main.atlassian.net/wiki/x/QQhv */
33

44
/* ELEMENTS */
55

docs/develop-project.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,4 @@ If there is a change that should be made in all CMS projects, consider whether i
7575

7676
[TACC UI Patterns]: https://tacc.utexas.edu/static/ui/
7777

78-
[Django CMS User Guide]: https://confluence.tacc.utexas.edu/x/FgDqCw
78+
[Django CMS User Guide]: https://tacc-main.atlassian.net/wiki/x/phdv

ecep_cms/src/taccsite_custom/ecep_cms/static/ecep_cms/css/site.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Organize via ITCSS */
2-
/* SEE: https://confluence.tacc.utexas.edu/x/IAA9Cw */
2+
/* SEE: https://tacc-main.atlassian.net/wiki/x/QQhv */
33

44

55

example_cms/src/taccsite_cms/settings_custom.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
########################
88

99
# Set on server, NOT here
10-
# https://confluence.tacc.utexas.edu/x/coR9E
10+
# https://tacc-main.atlassian.net/wiki/x/ZhVv
1111
# EMAIL_BACKEND = "..."
1212
# EMAIL_HOST = "..."
1313
# DEFAULT_FROM_EMAIL = "..."

matcssi_cms/src/taccsite_cms/settings_custom.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
########################
88

99
# Set on server, NOT here
10-
# https://confluence.tacc.utexas.edu/x/coR9E
10+
# https://tacc-main.atlassian.net/wiki/x/ZhVv
1111
# EMAIL_BACKEND = "..."
1212
# EMAIL_HOST = "..."
1313
# DEFAULT_FROM_EMAIL = "..."

netsage_cms/src/taccsite_cms/settings_custom.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
########################
88

99
# Set on server, NOT here
10-
# https://confluence.tacc.utexas.edu/x/coR9E
10+
# https://tacc-main.atlassian.net/wiki/x/ZhVv
1111
# EMAIL_BACKEND = "..."
1212
# EMAIL_HOST = "..."
1313
# DEFAULT_FROM_EMAIL = "..."

tapisproject_cms/src/taccsite_custom/tapisproject_cms/static/tapisproject_cms/css/migrate.to-v3.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
The typical v1_v2 migration did not help;
33
the result was very different from prod.
44
So just fix major discrepencies found in:
5-
https://confluence.tacc.utexas.edu/x/_YqkEQ */
5+
https://tacc-main.atlassian.net/wiki/x/LYJl */
66

77

88

0 commit comments

Comments
 (0)