Skip to content

Commit 0ecb64f

Browse files
authored
chore: fixing minor issues (#218)
Signed-off-by: Aron Kerekes <arkereke@cisco.com>
1 parent d7d5db4 commit 0ecb64f

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

docs/contributing.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,9 @@ possible.
1313

1414
## Sending Pull Requests
1515

16-
All pull requests should solve an existing issue.
16+
All pull requests should solve an existing issue. Make sure to add the issue number to the pull request, linking them together.
1717

18-
To submit a new pull request, fork the repository. Create a new branch for your feature or fix. Make your
19-
changes then submit a pull request.
18+
To submit a new pull request, fork the repository. Create a new branch for your feature or fix. Make your changes then submit a pull request.
2019

2120
## Markdown and Writing Style
2221

docs/dir/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ While all record data is modeled using the [OASF](../oasf/open-agentic-schema-fr
2525
leveraged for content routing in the distributed network of directory servers.
2626
The ADS specification is under active development and is published as an
2727
Internet Draft at [ADS Spec](https://spec.dir.agntcy.org). The source code is
28-
available in the [ADS Spec sources](https://github.com/agntcy).
28+
available in the [ADS Spec sources](https://github.com/agntcy/dir-spec).
2929
The current reference implementation, written in Go, provides server and client
3030
nodes with gRPC and protocol buffer interfaces. The directory record storage is
3131
built on [ORAS](https://oras.land) (OCI Registry As Storage), while data

0 commit comments

Comments
 (0)