Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/src_trace.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ remote_url_field = "remote-url" # Need's field name for remote URL


[codelinks.projects.eac-cpp]
remote_url_pattern = "https://github.com/useblocks/eac/blob/{commit}/{path}#L{line}" # URL pattern for remote source code
remote_url_pattern = "https://github.com/useblocks/x-as-code/blob/{commit}/{path}#L{line}" # URL pattern for remote source code
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

generally, shall we consequently change eac-cpp to x-as-code-cpp in the whole repo?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@arnoox yes, that would be good

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe in a follow up issue


[codelinks.projects.eac-cpp.source_discover]
src_dir = "../src" # Relative path from this TOML config to the source directory
Expand Down
Loading