Skip to content

Commit 6ea0196

Browse files
authored
chore: fixing links (#363)
* fix: lychee action not checking all links Signed-off-by: Aron Kerekes <arkereke@cisco.com> * chore: updating links and contributing guide Signed-off-by: Aron Kerekes <arkereke@cisco.com> --------- Signed-off-by: Aron Kerekes <arkereke@cisco.com>
1 parent 418688a commit 6ea0196

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

docs/coffee-agntcy/slim-coffee-agntcy.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -113,16 +113,12 @@ You can explore the CoffeeAGNTCY code to see these concepts in context:
113113

114114
Publisher/Subscriber pattern:
115115

116-
- **Client implementation** (message sending logic):
117-
[coffee_agents/lungo/agents/supervisors/auction/graph/tools.py](https://github.com/agntcy/coffeeAgntcy/blob/main/coffeeAGNTCY/coffee_agents/lungo/agents/supervisors/auction/graph/tools.py)
116+
- [**Client implementation** (message sending logic)](https://github.com/agntcy/coffeeAgntcy/blob/main/coffeeAGNTCY/coffee_agents/lungo/agents/supervisors/auction/graph/tools.py)
118117

119-
- **Server implementation** (message handling logic):
120-
[coffee_agents/lungo/agents/farms/brazil/farm_server.py](https://github.com/agntcy/coffeeAgntcy/blob/main/coffeeAGNTCY/coffee_agents/lungo/agents/farms/brazil/farm_server.py)
118+
- [**Server implementation** (message handling logic)](https://github.com/agntcy/coffeeAgntcy/blob/main/coffeeAGNTCY/coffee_agents/lungo/agents/farms/brazil/farm_server.py)
121119

122120
Group Communication pattern:
123121

124-
- **Client implementation** (message sending logic):
125-
[coffee_agents/lungo/agents/supervisors/logistic/graph/tools.py](https://github.com/agntcy/coffeeAgntcy/blob/main/coffeeAGNTCY/coffee_agents/lungo/agents/supervisors/logistics/graph/tools.py)
122+
- [**Client implementation** (message sending logic)](https://github.com/agntcy/coffeeAgntcy/blob/main/coffeeAGNTCY/coffee_agents/lungo/agents/supervisors/logistics/graph/tools.py)
126123

127-
- **Server implementation** (message handling logic):
128-
[coffee_agents/lungo/agents/logistics/accountant/server.py](https://github.com/agntcy/coffeeAgntcy/blob/main/coffeeAGNTCY/coffee_agents/lungo/agents/logistics/accountant/server.py)
124+
- [**Server implementation** (message handling logic)](https://github.com/agntcy/coffeeAgntcy/blob/main/coffeeAGNTCY/coffee_agents/lungo/agents/logistics/accountant/server.py)

docs/contributing.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,10 @@ Do not add hard line breaks at a certain line-length, enable line-wrapping in yo
9797
### Links
9898

9999
- When linking to an external URL, or to a static HTML file within the project, use normal markdown linking `[text](url)`.
100+
101+
!!! note
102+
Avoid putting the url in brackets and using the url as the link text. This is not supported by the link checker.
103+
100104
- When linking to a file within the docs, use `[link text](/docs/path/to/file.md)`.
101105
- Use project-absolute paths in the links and references: start with a `/`, then the path relative to the `content` directory.
102106

0 commit comments

Comments
 (0)