Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
ssorj committed Jul 20, 2024
1 parent e7a57a8 commit d6ee729
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions python/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ def append(line=""):
append("---")
append("links:")
append(" - name: Skupper concepts")
append(" url: ../concepts/index.html")
append(" url: /concepts/index.html")
append(" - name: Skupper resources")
append(" url: ../resources/index.html")
append(" url: /resources/index.html")
append("---")
append()
append("# Skupper commands")
Expand Down
4 changes: 2 additions & 2 deletions python/concepts.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ def append(line=""):
append("---")
append("links:")
append(" - name: Skupper resources")
append(" url: ../resources/index.html")
append(" url: /resources/index.html")
append(" - name: Skupper commands")
append(" url: ../commands/index.html")
append(" url: /commands/index.html")
append("---")
append()
append("# Skupper concepts")
Expand Down

0 comments on commit d6ee729

Please sign in to comment.