Skip to content

Commit

Permalink
chore: update links to docsite (#512)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan authored Jan 11, 2024
1 parent 8bd214c commit d82fe93
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .aspect/workflows/config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# See https://docs.aspect.build/v/workflows/config
# See https://docs.aspect.build/workflows/config
---
tasks:
- format:
Expand Down
4 changes: 2 additions & 2 deletions .aspect/workflows/terraform/workflows.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ provider "aws" {
data "aws_ami" "runner_amd64_ami" {
# Aspect's AWS account 213396452403 provides public Aspect Workflows images for getting started
# during the trial period. We recommend that all Workflows users build their own AMIs and keep
# up-to date with patches. See https://docs.aspect.build/v/workflows/install/packer for more info
# up-to date with patches. See https://docs.aspect.build/workflows/install/packer for more info
# and/or https://github.com/aspect-build/workflows-images for example packer scripts and BUILD
# targets for building AMIs for Workflows.
owners = ["213396452403"]
Expand All @@ -27,7 +27,7 @@ data "aws_ami" "runner_amd64_ami" {
data "aws_ami" "runner_arm64_ami" {
# Aspect's AWS account 213396452403 provides public Aspect Workflows images for getting started
# during the trial period. We recommend that all Workflows users build their own AMIs and keep
# up-to date with patches. See https://docs.aspect.build/v/workflows/install/packer for more info
# up-to date with patches. See https://docs.aspect.build/workflows/install/packer for more info
# and/or https://github.com/aspect-build/workflows-images for example packer scripts and BUILD
# targets for building AMIs for Workflows.
owners = ["213396452403"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ ensure that your developers load your macro rather than loading from `@aspect_ru

Aspect provides a TypeScript BUILD file generator as part of the [Aspect CLI](https://aspect.build/cli).
Run `aspect configure` to create or update `BUILD.bazel` files as you edit TypeScript sources.
See <https://docs.aspect.build/v/cli/commands/aspect_configure>.
See <https://docs.aspect.build/cli/commands/aspect_configure>.

### Advanced: custom rules

Expand Down
2 changes: 1 addition & 1 deletion docs/proto.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This Bazel integration follows the "Local Generation" mechanism described at
https://connectrpc.com/docs/web/generating-code#local-generation,
using the `@bufbuild/protoc-gen-connect-es` and `@bufbuild/protoc-gen-es` packages as plugins to protoc.

The [aspect configure](https://docs.aspect.build/v/cli/commands/aspect_configure) command
The [aspect configure](https://docs.aspect.build/cli/commands/aspect_configure) command
auto-generates `ts_proto_library` rules as of the 5.7.2 release.
It's also possible to compile this library into your Gazelle binary.

Expand Down
2 changes: 1 addition & 1 deletion ts/proto.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This Bazel integration follows the "Local Generation" mechanism described at
https://connectrpc.com/docs/web/generating-code#local-generation,
using the `@bufbuild/protoc-gen-connect-es` and `@bufbuild/protoc-gen-es` packages as plugins to protoc.
The [aspect configure](https://docs.aspect.build/v/cli/commands/aspect_configure) command
The [aspect configure](https://docs.aspect.build/cli/commands/aspect_configure) command
auto-generates `ts_proto_library` rules as of the 5.7.2 release.
It's also possible to compile this library into your Gazelle binary.
Expand Down

0 comments on commit d82fe93

Please sign in to comment.