Skip to content

Commit

Permalink
chore/fix_repository_names (#388)
Browse files Browse the repository at this point in the history
Signed-off-by: Tetsuo Watanabe <[email protected]>
  • Loading branch information
nabetetsu authored Oct 16, 2023
1 parent 3dbaffe commit baac8e0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# caret_analyze

Please refer to [API list](https://tier4.github.io/CARET_analyze/) for further details.
Please refer to [API list](https://tier4.github.io/caret_analyze/) for further details.
4 changes: 2 additions & 2 deletions mkdocs.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
site_name: CARET analyze API document
site_url: https://tier4.github.io/CARET_analyze
repo_url: https://github.com/tier4/CARET_analyze
site_url: https://tier4.github.io/caret_analyze
repo_url: https://github.com/tier4/caret_analyze
edit_uri: edit/main/
docs_dir: docs
copyright: Copyright &copy; 2022 TIER IV, Inc.
Expand Down
2 changes: 1 addition & 1 deletion src/caret_analyze/architecture/architecture.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ def search_paths(
# Print message before search
msg_detail_page = (
'For details, '
'see https://tier4.github.io/CARET_doc/latest/configuration/inter_node_data_path/.'
'see https://tier4.github.io/caret_doc/latest/configuration/inter_node_data_path/.'
)
if max_node_depth > default_depth:
msg = (
Expand Down
2 changes: 1 addition & 1 deletion src/test/record/test_record.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
except ModuleNotFoundError as e:
if 'GITHUB_ACTION' in os.environ:
# skip cpp_impl tests
# Because CARET_analyze does not use CARET_analyze_cpp_Impl on github actions.
# Because caret_analyze does not use caret_analyze_cpp_Impl on github actions.
RecordCppImpl = None
RecordsCppImpl = None
CppImplEnabled = False
Expand Down

0 comments on commit baac8e0

Please sign in to comment.