Skip to content

Commit 364d04b

Browse files
committed
Update links
1 parent 5e864a1 commit 364d04b

35 files changed

+68
-68
lines changed

CONTRIBUTING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ information to effectively respond to your bug report or contribution.
1111

1212
We welcome you to use the GitHub issue tracker to report bugs or suggest features.
1313

14-
When filing an issue, please check [existing open](https://github.com/awslabs/smithy/issues), or [recently closed](https://github.com/awslabs/smithy/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aclosed%20), issues to make sure somebody else hasn't already
14+
When filing an issue, please check [existing open](https://github.com/smithy-lang/smithy/issues), or [recently closed](https://github.com/smithy-lang/smithy/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aclosed%20), issues to make sure somebody else hasn't already
1515
reported the issue. Please try to include as much information as you can. Details like these are incredibly useful:
1616

1717
* A reproducible test case or series of steps
@@ -48,7 +48,7 @@ and [creating a pull request](https://help.github.com/articles/creating-a-pull-r
4848

4949
## Finding contributions to work on
5050

51-
Looking at the existing issues is a great way to find something to contribute on. As our projects, by default, use the default GitHub issue labels (enhancement/bug/duplicate/help wanted/invalid/question/wontfix), looking at any ['help wanted'](https://github.com/awslabs/smithy/labels/help%20wanted) issues is a great place to start.
51+
Looking at the existing issues is a great way to find something to contribute on. As our projects, by default, use the default GitHub issue labels (enhancement/bug/duplicate/help wanted/invalid/question/wontfix), looking at any ['help wanted'](https://github.com/smithy-lang/smithy/labels/help%20wanted) issues is a great place to start.
5252

5353

5454
## Testing with AWS SDK code generators
@@ -77,4 +77,4 @@ If you discover a potential security issue in this project we ask that you notif
7777

7878
## Licensing
7979

80-
See the [LICENSE](https://github.com/awslabs/smithy/blob/main/LICENSE) file for our project's licensing. We will ask you to confirm the licensing of your contribution.
80+
See the [LICENSE](https://github.com/smithy-lang/smithy/blob/main/LICENSE) file for our project's licensing. We will ask you to confirm the licensing of your contribution.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# <img alt="Smithy" src="docs/_static/favicon.png" width="28"> Smithy
2-
[![Build Status](https://github.com/awslabs/smithy/workflows/ci/badge.svg)](https://github.com/awslabs/smithy/actions/workflows/ci.yml)
2+
[![Build Status](https://github.com/smithy-lang/smithy/workflows/ci/badge.svg)](https://github.com/smithy-lang/smithy/actions/workflows/ci.yml)
33

44
Smithy defines and generates clients, services, and documentation for
55
any protocol.

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ subprojects {
154154
pom {
155155
name.set(project.ext["displayName"].toString())
156156
description.set(project.description)
157-
url.set("https://github.com/awslabs/smithy")
157+
url.set("https://github.com/smithy-lang/smithy")
158158
licenses {
159159
license {
160160
name.set("Apache License 2.0")
@@ -172,7 +172,7 @@ subprojects {
172172
}
173173
}
174174
scm {
175-
url.set("https://github.com/awslabs/smithy.git")
175+
url.set("https://github.com/smithy-lang/smithy.git")
176176
}
177177
}
178178
}

docs/source-1.0/guides/evolving-models.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,6 @@ The following changes to trait definitions are backward compatible:
129129
Using Smithy Diff
130130
=================
131131

132-
`Smithy Diff <https://github.com/awslabs/smithy/tree/main/smithy-diff>`_ is a
132+
`Smithy Diff <https://github.com/smithy-lang/smithy/tree/main/smithy-diff>`_ is a
133133
tool used to compare two Smithy models to check for backward compatibility
134134
issues. Smithy Diff can be run via a Java library or via the Smithy CLI.

docs/source-1.0/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ Read more
3030
.. toctree::
3131
:caption: Project links
3232

33-
Source code <https://github.com/awslabs/smithy>
33+
Source code <https://github.com/smithy-lang/smithy>
3434
2.0 Documentation <https://smithy.io/2.0/>

docs/source-1.0/spec/aws/aws-ec2-query-protocol.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ Protocol compliance tests
392392
-------------------------
393393

394394
A full compliance test suite is provided and SHALL be considered a normative
395-
reference: https://github.com/awslabs/smithy/tree/main/smithy-aws-protocol-tests/model/ec2Query
395+
reference: https://github.com/smithy-lang/smithy/tree/main/smithy-aws-protocol-tests/model/ec2Query
396396

397397
These compliance tests define a model that is used to define test cases and
398398
the expected serialized HTTP requests and responses for each case.

docs/source-1.0/spec/aws/aws-json-1_0-protocol.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Trait selector
2222
Value type
2323
Structure
2424
See
25-
`Protocol tests <https://github.com/awslabs/smithy/tree/__smithy_version__/smithy-aws-protocol-tests/model/awsJson1_0>`_
25+
`Protocol tests <https://github.com/smithy-lang/smithy/tree/__smithy_version__/smithy-aws-protocol-tests/model/awsJson1_0>`_
2626

2727
``aws.protocols#awsJson1_0`` is a structure that supports the following
2828
members:
@@ -134,7 +134,7 @@ The following example defines a service that requires the use of
134134
.. |quoted shape name| replace:: ``awsJson1_0``
135135
.. |protocol content type| replace:: ``application/x-amz-json-1.0``
136136
.. |protocol error type contents| replace:: :ref:`shape-id`
137-
.. |protocol test link| replace:: https://github.com/awslabs/smithy/tree/main/smithy-aws-protocol-tests/model/awsJson1_0
137+
.. |protocol test link| replace:: https://github.com/smithy-lang/smithy/tree/main/smithy-aws-protocol-tests/model/awsJson1_0
138138
.. include:: aws-json.rst.template
139139
.. include:: error-rename-simple.rst.template
140140

docs/source-1.0/spec/aws/aws-json-1_1-protocol.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Trait selector
2222
Value type
2323
Structure
2424
See
25-
`Protocol tests <https://github.com/awslabs/smithy/tree/__smithy_version__/smithy-aws-protocol-tests/model/awsJson1_1>`_
25+
`Protocol tests <https://github.com/smithy-lang/smithy/tree/__smithy_version__/smithy-aws-protocol-tests/model/awsJson1_1>`_
2626

2727
``aws.protocols#awsJson1_1`` is a structure that supports the following
2828
members:
@@ -134,7 +134,7 @@ The following example defines a service that requires the use of
134134
.. |quoted shape name| replace:: ``awsJson1_1``
135135
.. |protocol content type| replace:: ``application/x-amz-json-1.1``
136136
.. |protocol error type contents| replace:: :token:`shape name <smithy:Identifier>`
137-
.. |protocol test link| replace:: https://github.com/awslabs/smithy/tree/main/smithy-aws-protocol-tests/model/awsJson1_1
137+
.. |protocol test link| replace:: https://github.com/smithy-lang/smithy/tree/main/smithy-aws-protocol-tests/model/awsJson1_1
138138
.. include:: aws-json.rst.template
139139
.. include:: error-rename.rst.template
140140

docs/source-1.0/spec/aws/aws-query-protocol.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ Trait selector
459459
Value type
460460
Annotation trait.
461461
See
462-
`Protocol tests <https://github.com/awslabs/smithy/tree/__smithy_version__/smithy-aws-protocol-tests/model/awsQuery>`_
462+
`Protocol tests <https://github.com/smithy-lang/smithy/tree/__smithy_version__/smithy-aws-protocol-tests/model/awsQuery>`_
463463

464464
.. tabs::
465465

@@ -634,7 +634,7 @@ Protocol compliance tests
634634
-------------------------
635635

636636
A full compliance test suite is provided and SHALL be considered a normative
637-
reference: https://github.com/awslabs/smithy/tree/main/smithy-aws-protocol-tests/model/awsQuery
637+
reference: https://github.com/smithy-lang/smithy/tree/main/smithy-aws-protocol-tests/model/awsQuery
638638

639639
These compliance tests define a model that is used to define test cases and
640640
the expected serialized HTTP requests and responses for each case.

docs/source-1.0/spec/aws/aws-restjson1-protocol.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ Protocol compliance tests
347347
-------------------------
348348

349349
A full compliance test suite is provided and SHALL be considered a normative
350-
reference: https://github.com/awslabs/smithy/tree/main/smithy-aws-protocol-tests/model/restJson1
350+
reference: https://github.com/smithy-lang/smithy/tree/main/smithy-aws-protocol-tests/model/restJson1
351351

352352
These compliance tests define a model that is used to define test cases and
353353
the expected serialized HTTP requests and responses for each case.

docs/source-1.0/spec/aws/aws-restxml-protocol.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ Protocol compliance tests
311311
-------------------------
312312

313313
A full compliance test suite is provided and SHALL be considered a normative
314-
reference: https://github.com/awslabs/smithy/tree/main/smithy-aws-protocol-tests/model/restXml
314+
reference: https://github.com/smithy-lang/smithy/tree/main/smithy-aws-protocol-tests/model/restXml
315315

316316
These compliance tests define a model that is used to define test cases and
317317
the expected serialized HTTP requests and responses for each case.

docs/source-1.0/spec/core/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This specification makes use of the Augmented Backus-Naur Form (ABNF)
2020
of that document.
2121

2222
Readers are invited to report technical errors and ambiguities in this
23-
specification to the Smithy GitHub repository at https://github.com/awslabs/smithy.
23+
specification to the Smithy GitHub repository at https://github.com/smithy-lang/smithy.
2424
This specification is open source, so contributions are welcome.
2525

2626
.. rubric:: Examples

docs/source-1.0/spec/core/selectors.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1713,7 +1713,7 @@ Below is an example selector compliance test:
17131713
string AtLeastTen
17141714
17151715
The compliance tests can also be accessed in this
1716-
`directory <https://github.com/awslabs/smithy/tree/main/smithy-model/src/test/resources/software/amazon/smithy/model/selector/cases>`__
1716+
`directory <https://github.com/smithy-lang/smithy/tree/main/smithy-model/src/test/resources/software/amazon/smithy/model/selector/cases>`__
17171717
of the Smithy Github repository.
17181718
17191719
.. _ABNF: https://tools.ietf.org/html/rfc5234

docs/source-2.0/aws/protocols/aws-ec2-query-protocol.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ Protocol compliance tests
358358
-------------------------
359359

360360
A full compliance test suite is provided and SHALL be considered a normative
361-
reference: https://github.com/awslabs/smithy/tree/main/smithy-aws-protocol-tests/model/ec2Query
361+
reference: https://github.com/smithy-lang/smithy/tree/main/smithy-aws-protocol-tests/model/ec2Query
362362

363363
These compliance tests define a model that is used to define test cases and
364364
the expected serialized HTTP requests and responses for each case.

docs/source-2.0/aws/protocols/aws-json-1_0-protocol.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Trait selector
2222
Value type
2323
Structure
2424
See
25-
`Protocol tests <https://github.com/awslabs/smithy/tree/__smithy_version__/smithy-aws-protocol-tests/model/awsJson1_0>`_
25+
`Protocol tests <https://github.com/smithy-lang/smithy/tree/__smithy_version__/smithy-aws-protocol-tests/model/awsJson1_0>`_
2626

2727
``aws.protocols#awsJson1_0`` is a structure that supports the following
2828
members:
@@ -125,7 +125,7 @@ The following example defines a service that requires the use of
125125
.. |quoted shape name| replace:: ``awsJson1_0``
126126
.. |protocol content type| replace:: ``application/x-amz-json-1.0``
127127
.. |protocol error type contents| replace:: :ref:`shape-id`
128-
.. |protocol test link| replace:: https://github.com/awslabs/smithy/tree/main/smithy-aws-protocol-tests/model/awsJson1_0
128+
.. |protocol test link| replace:: https://github.com/smithy-lang/smithy/tree/main/smithy-aws-protocol-tests/model/awsJson1_0
129129
.. include:: aws-json.rst.template
130130
.. include:: error-rename-simple.rst.template
131131

docs/source-2.0/aws/protocols/aws-json-1_1-protocol.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Trait selector
2222
Value type
2323
Structure
2424
See
25-
`Protocol tests <https://github.com/awslabs/smithy/tree/__smithy_version__/smithy-aws-protocol-tests/model/awsJson1_1>`_
25+
`Protocol tests <https://github.com/smithy-lang/smithy/tree/__smithy_version__/smithy-aws-protocol-tests/model/awsJson1_1>`_
2626

2727
``aws.protocols#awsJson1_1`` is a structure that supports the following
2828
members:
@@ -125,7 +125,7 @@ The following example defines a service that requires the use of
125125
.. |quoted shape name| replace:: ``awsJson1_1``
126126
.. |protocol content type| replace:: ``application/x-amz-json-1.1``
127127
.. |protocol error type contents| replace:: :token:`shape name <smithy:Identifier>`
128-
.. |protocol test link| replace:: https://github.com/awslabs/smithy/tree/main/smithy-aws-protocol-tests/model/awsJson1_1
128+
.. |protocol test link| replace:: https://github.com/smithy-lang/smithy/tree/main/smithy-aws-protocol-tests/model/awsJson1_1
129129
.. include:: aws-json.rst.template
130130
.. include:: error-rename.rst.template
131131

docs/source-2.0/aws/protocols/aws-query-protocol.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ Trait selector
459459
Value type
460460
Annotation trait.
461461
See
462-
`Protocol tests <https://github.com/awslabs/smithy/tree/__smithy_version__/smithy-aws-protocol-tests/model/awsQuery>`_
462+
`Protocol tests <https://github.com/smithy-lang/smithy/tree/__smithy_version__/smithy-aws-protocol-tests/model/awsQuery>`_
463463

464464
.. code-block:: smithy
465465
@@ -595,7 +595,7 @@ Protocol compliance tests
595595
-------------------------
596596

597597
A full compliance test suite is provided and SHALL be considered a normative
598-
reference: https://github.com/awslabs/smithy/tree/main/smithy-aws-protocol-tests/model/awsQuery
598+
reference: https://github.com/smithy-lang/smithy/tree/main/smithy-aws-protocol-tests/model/awsQuery
599599

600600
These compliance tests define a model that is used to define test cases and
601601
the expected serialized HTTP requests and responses for each case.

docs/source-2.0/aws/protocols/aws-restjson1-protocol.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ Protocol compliance tests
343343
-------------------------
344344

345345
A full compliance test suite is provided and SHALL be considered a normative
346-
reference: https://github.com/awslabs/smithy/tree/main/smithy-aws-protocol-tests/model/restJson1
346+
reference: https://github.com/smithy-lang/smithy/tree/main/smithy-aws-protocol-tests/model/restJson1
347347

348348
These compliance tests define a model that is used to define test cases and
349349
the expected serialized HTTP requests and responses for each case.

docs/source-2.0/aws/protocols/aws-restxml-protocol.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ Protocol compliance tests
309309
-------------------------
310310

311311
A full compliance test suite is provided and SHALL be considered a normative
312-
reference: https://github.com/awslabs/smithy/tree/main/smithy-aws-protocol-tests/model/restXml
312+
reference: https://github.com/smithy-lang/smithy/tree/main/smithy-aws-protocol-tests/model/restXml
313313

314314
These compliance tests define a model that is used to define test cases and
315315
the expected serialized HTTP requests and responses for each case.

docs/source-2.0/guides/building-codegen/creating-codegen-repo.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ remote repository. You can add packages to Maven local using Gradle:
210210
./gradlew :smithy-mylang-codegen:pTML
211211
212212
If you need to use unreleased changes to
213-
`awslabs/smithy <https://github.com/awslabs/smithy>`__, then clone the
213+
`awslabs/smithy <https://github.com/smithy-lang/smithy>`__, then clone the
214214
repository and run:
215215

216216
.. code-block:: none

docs/source-2.0/guides/building-codegen/decoupling-codegen-with-symbols.rst

+10-10
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Quick Symbol example
1616
====================
1717

1818
The following example uses the built-in "``T``" formatter of
19-
`SymbolWriter <https://github.com/awslabs/smithy/blob/main/smithy-codegen-core/src/main/java/software/amazon/smithy/codegen/core/SymbolWriter.java>`_
19+
`SymbolWriter <https://github.com/smithy-lang/smithy/blob/main/smithy-codegen-core/src/main/java/software/amazon/smithy/codegen/core/SymbolWriter.java>`_
2020
to write symbols to the generated code and automatically add imports to
2121
the file:
2222

@@ -173,7 +173,7 @@ can be written to whatever dependency manifest format is needed for the
173173
target environment.
174174

175175
Dependencies are registered with a Symbol by creating a
176-
`SymbolDependency <https://github.com/awslabs/smithy/blob/main/smithy-codegen-core/src/main/java/software/amazon/smithy/codegen/core/SymbolDependency.java>`_
176+
`SymbolDependency <https://github.com/smithy-lang/smithy/blob/main/smithy-codegen-core/src/main/java/software/amazon/smithy/codegen/core/SymbolDependency.java>`_
177177
and adding them to the Symbol via ``Symbol#addDependency``.
178178

179179
The following example creates a TypeScript Symbol for big decimal that
@@ -750,11 +750,11 @@ used to convert each nested namespace's imports to a string. It's an
750750
abstract exercise left up to the implementation.
751751

752752

753-
.. _SymbolReference: https://github.com/awslabs/smithy/blob/main/smithy-codegen-core/src/main/java/software/amazon/smithy/codegen/core/SymbolReference.java
754-
.. _SymbolDependencyContainer: https://github.com/awslabs/smithy/blob/main/smithy-codegen-core/src/main/java/software/amazon/smithy/codegen/core/SymbolDependencyContainer.java
755-
.. _DependencyTracker: https://github.com/awslabs/smithy/blob/main/smithy-codegen-core/src/main/java/software/amazon/smithy/codegen/core/DependencyTracker.java
756-
.. _ReservedWords: https://github.com/awslabs/smithy/blob/main/smithy-codegen-core/src/main/java/software/amazon/smithy/codegen/core/ReservedWords.java
757-
.. _ReservedWordsBuilder: https://github.com/awslabs/smithy/blob/main/smithy-codegen-core/src/main/java/software/amazon/smithy/codegen/core/ReservedWordsBuilder.java
758-
.. _ImportContainer: https://github.com/awslabs/smithy/blob/main/smithy-codegen-core/src/main/java/software/amazon/smithy/codegen/core/ImportContainer.java
759-
.. _SymbolWriter: https://github.com/awslabs/smithy/blob/main/smithy-codegen-core/src/main/java/software/amazon/smithy/codegen/core/SymbolWriter.java
760-
.. _WriterDelegator: https://github.com/awslabs/smithy/blob/main/smithy-codegen-core/src/main/java/software/amazon/smithy/codegen/core/WriterDelegator.java
753+
.. _SymbolReference: https://github.com/smithy-lang/smithy/blob/main/smithy-codegen-core/src/main/java/software/amazon/smithy/codegen/core/SymbolReference.java
754+
.. _SymbolDependencyContainer: https://github.com/smithy-lang/smithy/blob/main/smithy-codegen-core/src/main/java/software/amazon/smithy/codegen/core/SymbolDependencyContainer.java
755+
.. _DependencyTracker: https://github.com/smithy-lang/smithy/blob/main/smithy-codegen-core/src/main/java/software/amazon/smithy/codegen/core/DependencyTracker.java
756+
.. _ReservedWords: https://github.com/smithy-lang/smithy/blob/main/smithy-codegen-core/src/main/java/software/amazon/smithy/codegen/core/ReservedWords.java
757+
.. _ReservedWordsBuilder: https://github.com/smithy-lang/smithy/blob/main/smithy-codegen-core/src/main/java/software/amazon/smithy/codegen/core/ReservedWordsBuilder.java
758+
.. _ImportContainer: https://github.com/smithy-lang/smithy/blob/main/smithy-codegen-core/src/main/java/software/amazon/smithy/codegen/core/ImportContainer.java
759+
.. _SymbolWriter: https://github.com/smithy-lang/smithy/blob/main/smithy-codegen-core/src/main/java/software/amazon/smithy/codegen/core/SymbolWriter.java
760+
.. _WriterDelegator: https://github.com/smithy-lang/smithy/blob/main/smithy-codegen-core/src/main/java/software/amazon/smithy/codegen/core/WriterDelegator.java

docs/source-2.0/guides/building-codegen/generating-code.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ Leading whitespace cannot be removed when using
672672
// ^ ^ invalid combination
673673
674674
675-
.. _AbstractCodeWriter: https://github.com/awslabs/smithy/blob/main/smithy-utils/src/main/java/software/amazon/smithy/utils/AbstractCodeWriter.java
676-
.. _SimpleCodeWriter: https://github.com/awslabs/smithy/blob/main/smithy-utils/src/main/java/software/amazon/smithy/utils/SimpleCodeWriter.java
677-
.. _SymbolWriter: https://github.com/awslabs/smithy/blob/main/smithy-codegen-core/src/main/java/software/amazon/smithy/codegen/core/SymbolWriter.java
675+
.. _AbstractCodeWriter: https://github.com/smithy-lang/smithy/blob/main/smithy-utils/src/main/java/software/amazon/smithy/utils/AbstractCodeWriter.java
676+
.. _SimpleCodeWriter: https://github.com/smithy-lang/smithy/blob/main/smithy-utils/src/main/java/software/amazon/smithy/utils/SimpleCodeWriter.java
677+
.. _SymbolWriter: https://github.com/smithy-lang/smithy/blob/main/smithy-codegen-core/src/main/java/software/amazon/smithy/codegen/core/SymbolWriter.java
678678
.. _Java text blocks: https://docs.oracle.com/en/java/javase/13/text_blocks/index.html

docs/source-2.0/guides/building-codegen/implementing-the-generator.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Implementing the Generator
33
--------------------------
44

55
This document describes how to implement a code generator using the
6-
high-level `DirectedCodegen <https://github.com/awslabs/smithy/blob/main/smithy-codegen-core/src/main/java/software/amazon/smithy/codegen/core/directed/DirectedCodegen.java>`__
6+
high-level `DirectedCodegen <https://github.com/smithy-lang/smithy/blob/main/smithy-codegen-core/src/main/java/software/amazon/smithy/codegen/core/directed/DirectedCodegen.java>`__
77
interface.
88

99

@@ -219,4 +219,4 @@ Tips for using ``DirectedCodegen``
219219
data you need.
220220

221221

222-
.. _source code for DirectedCodegen: https://github.com/awslabs/smithy/blob/main/smithy-codegen-core/src/main/java/software/amazon/smithy/codegen/core/directed/DirectedCodegen.java
222+
.. _source code for DirectedCodegen: https://github.com/smithy-lang/smithy/blob/main/smithy-codegen-core/src/main/java/software/amazon/smithy/codegen/core/directed/DirectedCodegen.java

docs/source-2.0/guides/building-codegen/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,5 +128,5 @@ Navigation
128128
.. observability, Smithy reference architecture, paginators,
129129
.. waiters, endpoint resolution
130130
131-
.. _Smithy's Java reference implementation: https://github.com/awslabs/smithy
131+
.. _Smithy's Java reference implementation: https://github.com/smithy-lang/smithy
132132
.. _Gradle: https://gradle.org

0 commit comments

Comments
 (0)