diff --git a/.gitignore b/.gitignore index 23c4d0f..33fb2d4 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ /ml-commons/ /geospatial/ /opensearch-oci-object-storage/ +.DS_Store \ No newline at end of file diff --git a/META.md b/META.md index dad81d5..3058625 100644 --- a/META.md +++ b/META.md @@ -28,7 +28,7 @@ We use [meta](https://github.com/mateodelnorte/meta) to manage OpenSearch and Op ### Install GH -Install and configure GitHub CLI from [cli.github.com/manual/installation](https://cli.github.com/manual/installation). Authenticate with `gh auth login` and ensure that it works, e.g. `gh issue list`. +Install and configure GitHub CLI from [https://cli.github.com/manual/](https://cli.github.com/manual/). Authenticate with `gh auth login` and ensure that it works, e.g. `gh issue list`. ### Install Meta diff --git a/plugins/.meta b/plugins/.meta index 7da6a67..4edf242 100644 --- a/plugins/.meta +++ b/plugins/.meta @@ -19,6 +19,7 @@ "notifications": "git@github.com:opensearch-project/notifications.git", "neural-search": "git@github.com:opensearch-project/neural-search.git", "security-analytics": "git@github.com:opensearch-project/security-analytics.git", + "custom-codecs": "git@github.com:opensearch-project/custom-codecs.git", "oci-object-storage": "git@github.com:opensearch-project/opensearch-oci-object-storage.git" } }