Skip to content

Commit

Permalink
Update links (#1854)
Browse files Browse the repository at this point in the history
Updates links to point to smithy-lang
  • Loading branch information
milesziemer authored Jul 13, 2023
1 parent afca4d5 commit 0a15023
Show file tree
Hide file tree
Showing 35 changed files with 68 additions and 68 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ information to effectively respond to your bug report or contribution.

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

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
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
reported the issue. Please try to include as much information as you can. Details like these are incredibly useful:

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

## Finding contributions to work on

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.
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.


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

## Licensing

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.
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.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# <img alt="Smithy" src="docs/_static/favicon.png" width="28"> Smithy
[![Build Status](https://github.com/awslabs/smithy/workflows/ci/badge.svg)](https://github.com/awslabs/smithy/actions/workflows/ci.yml)
[![Build Status](https://github.com/smithy-lang/smithy/workflows/ci/badge.svg)](https://github.com/smithy-lang/smithy/actions/workflows/ci.yml)

Smithy defines and generates clients, services, and documentation for
any protocol.
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ subprojects {
pom {
name.set(project.ext["displayName"].toString())
description.set(project.description)
url.set("https://github.com/awslabs/smithy")
url.set("https://github.com/smithy-lang/smithy")
licenses {
license {
name.set("Apache License 2.0")
Expand All @@ -172,7 +172,7 @@ subprojects {
}
}
scm {
url.set("https://github.com/awslabs/smithy.git")
url.set("https://github.com/smithy-lang/smithy.git")
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion docs/source-1.0/guides/evolving-models.rst
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,6 @@ The following changes to trait definitions are backward compatible:
Using Smithy Diff
=================

`Smithy Diff <https://github.com/awslabs/smithy/tree/main/smithy-diff>`_ is a
`Smithy Diff <https://github.com/smithy-lang/smithy/tree/main/smithy-diff>`_ is a
tool used to compare two Smithy models to check for backward compatibility
issues. Smithy Diff can be run via a Java library or via the Smithy CLI.
2 changes: 1 addition & 1 deletion docs/source-1.0/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ Read more
.. toctree::
:caption: Project links

Source code <https://github.com/awslabs/smithy>
Source code <https://github.com/smithy-lang/smithy>
2.0 Documentation <https://smithy.io/2.0/>
2 changes: 1 addition & 1 deletion docs/source-1.0/spec/aws/aws-ec2-query-protocol.rst
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ Protocol compliance tests
-------------------------

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

These compliance tests define a model that is used to define test cases and
the expected serialized HTTP requests and responses for each case.
Expand Down
4 changes: 2 additions & 2 deletions docs/source-1.0/spec/aws/aws-json-1_0-protocol.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Trait selector
Value type
Structure
See
`Protocol tests <https://github.com/awslabs/smithy/tree/__smithy_version__/smithy-aws-protocol-tests/model/awsJson1_0>`_
`Protocol tests <https://github.com/smithy-lang/smithy/tree/__smithy_version__/smithy-aws-protocol-tests/model/awsJson1_0>`_

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

Expand Down
4 changes: 2 additions & 2 deletions docs/source-1.0/spec/aws/aws-json-1_1-protocol.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Trait selector
Value type
Structure
See
`Protocol tests <https://github.com/awslabs/smithy/tree/__smithy_version__/smithy-aws-protocol-tests/model/awsJson1_1>`_
`Protocol tests <https://github.com/smithy-lang/smithy/tree/__smithy_version__/smithy-aws-protocol-tests/model/awsJson1_1>`_

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

Expand Down
4 changes: 2 additions & 2 deletions docs/source-1.0/spec/aws/aws-query-protocol.rst
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ Trait selector
Value type
Annotation trait.
See
`Protocol tests <https://github.com/awslabs/smithy/tree/__smithy_version__/smithy-aws-protocol-tests/model/awsQuery>`_
`Protocol tests <https://github.com/smithy-lang/smithy/tree/__smithy_version__/smithy-aws-protocol-tests/model/awsQuery>`_

.. tabs::

Expand Down Expand Up @@ -634,7 +634,7 @@ Protocol compliance tests
-------------------------

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

These compliance tests define a model that is used to define test cases and
the expected serialized HTTP requests and responses for each case.
Expand Down
2 changes: 1 addition & 1 deletion docs/source-1.0/spec/aws/aws-restjson1-protocol.rst
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ Protocol compliance tests
-------------------------

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

These compliance tests define a model that is used to define test cases and
the expected serialized HTTP requests and responses for each case.
Expand Down
2 changes: 1 addition & 1 deletion docs/source-1.0/spec/aws/aws-restxml-protocol.rst
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ Protocol compliance tests
-------------------------

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

These compliance tests define a model that is used to define test cases and
the expected serialized HTTP requests and responses for each case.
Expand Down
2 changes: 1 addition & 1 deletion docs/source-1.0/spec/core/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This specification makes use of the Augmented Backus-Naur Form (ABNF)
of that document.

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

.. rubric:: Examples
Expand Down
2 changes: 1 addition & 1 deletion docs/source-1.0/spec/core/selectors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1713,7 +1713,7 @@ Below is an example selector compliance test:
string AtLeastTen
The compliance tests can also be accessed in this
`directory <https://github.com/awslabs/smithy/tree/main/smithy-model/src/test/resources/software/amazon/smithy/model/selector/cases>`__
`directory <https://github.com/smithy-lang/smithy/tree/main/smithy-model/src/test/resources/software/amazon/smithy/model/selector/cases>`__
of the Smithy Github repository.
.. _ABNF: https://tools.ietf.org/html/rfc5234
Expand Down
2 changes: 1 addition & 1 deletion docs/source-2.0/aws/protocols/aws-ec2-query-protocol.rst
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ Protocol compliance tests
-------------------------

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

These compliance tests define a model that is used to define test cases and
the expected serialized HTTP requests and responses for each case.
Expand Down
4 changes: 2 additions & 2 deletions docs/source-2.0/aws/protocols/aws-json-1_0-protocol.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Trait selector
Value type
Structure
See
`Protocol tests <https://github.com/awslabs/smithy/tree/__smithy_version__/smithy-aws-protocol-tests/model/awsJson1_0>`_
`Protocol tests <https://github.com/smithy-lang/smithy/tree/__smithy_version__/smithy-aws-protocol-tests/model/awsJson1_0>`_

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

Expand Down
4 changes: 2 additions & 2 deletions docs/source-2.0/aws/protocols/aws-json-1_1-protocol.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Trait selector
Value type
Structure
See
`Protocol tests <https://github.com/awslabs/smithy/tree/__smithy_version__/smithy-aws-protocol-tests/model/awsJson1_1>`_
`Protocol tests <https://github.com/smithy-lang/smithy/tree/__smithy_version__/smithy-aws-protocol-tests/model/awsJson1_1>`_

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

Expand Down
4 changes: 2 additions & 2 deletions docs/source-2.0/aws/protocols/aws-query-protocol.rst
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ Trait selector
Value type
Annotation trait.
See
`Protocol tests <https://github.com/awslabs/smithy/tree/__smithy_version__/smithy-aws-protocol-tests/model/awsQuery>`_
`Protocol tests <https://github.com/smithy-lang/smithy/tree/__smithy_version__/smithy-aws-protocol-tests/model/awsQuery>`_

.. code-block:: smithy
Expand Down Expand Up @@ -595,7 +595,7 @@ Protocol compliance tests
-------------------------

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

These compliance tests define a model that is used to define test cases and
the expected serialized HTTP requests and responses for each case.
Expand Down
2 changes: 1 addition & 1 deletion docs/source-2.0/aws/protocols/aws-restjson1-protocol.rst
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ Protocol compliance tests
-------------------------

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

These compliance tests define a model that is used to define test cases and
the expected serialized HTTP requests and responses for each case.
Expand Down
2 changes: 1 addition & 1 deletion docs/source-2.0/aws/protocols/aws-restxml-protocol.rst
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ Protocol compliance tests
-------------------------

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

These compliance tests define a model that is used to define test cases and
the expected serialized HTTP requests and responses for each case.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ remote repository. You can add packages to Maven local using Gradle:
./gradlew :smithy-mylang-codegen:pTML
If you need to use unreleased changes to
`awslabs/smithy <https://github.com/awslabs/smithy>`__, then clone the
`awslabs/smithy <https://github.com/smithy-lang/smithy>`__, then clone the
repository and run:

.. code-block:: none
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Quick Symbol example
====================

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

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

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

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


.. _SymbolReference: https://github.com/awslabs/smithy/blob/main/smithy-codegen-core/src/main/java/software/amazon/smithy/codegen/core/SymbolReference.java
.. _SymbolDependencyContainer: https://github.com/awslabs/smithy/blob/main/smithy-codegen-core/src/main/java/software/amazon/smithy/codegen/core/SymbolDependencyContainer.java
.. _DependencyTracker: https://github.com/awslabs/smithy/blob/main/smithy-codegen-core/src/main/java/software/amazon/smithy/codegen/core/DependencyTracker.java
.. _ReservedWords: https://github.com/awslabs/smithy/blob/main/smithy-codegen-core/src/main/java/software/amazon/smithy/codegen/core/ReservedWords.java
.. _ReservedWordsBuilder: https://github.com/awslabs/smithy/blob/main/smithy-codegen-core/src/main/java/software/amazon/smithy/codegen/core/ReservedWordsBuilder.java
.. _ImportContainer: https://github.com/awslabs/smithy/blob/main/smithy-codegen-core/src/main/java/software/amazon/smithy/codegen/core/ImportContainer.java
.. _SymbolWriter: https://github.com/awslabs/smithy/blob/main/smithy-codegen-core/src/main/java/software/amazon/smithy/codegen/core/SymbolWriter.java
.. _WriterDelegator: https://github.com/awslabs/smithy/blob/main/smithy-codegen-core/src/main/java/software/amazon/smithy/codegen/core/WriterDelegator.java
.. _SymbolReference: https://github.com/smithy-lang/smithy/blob/main/smithy-codegen-core/src/main/java/software/amazon/smithy/codegen/core/SymbolReference.java
.. _SymbolDependencyContainer: https://github.com/smithy-lang/smithy/blob/main/smithy-codegen-core/src/main/java/software/amazon/smithy/codegen/core/SymbolDependencyContainer.java
.. _DependencyTracker: https://github.com/smithy-lang/smithy/blob/main/smithy-codegen-core/src/main/java/software/amazon/smithy/codegen/core/DependencyTracker.java
.. _ReservedWords: https://github.com/smithy-lang/smithy/blob/main/smithy-codegen-core/src/main/java/software/amazon/smithy/codegen/core/ReservedWords.java
.. _ReservedWordsBuilder: https://github.com/smithy-lang/smithy/blob/main/smithy-codegen-core/src/main/java/software/amazon/smithy/codegen/core/ReservedWordsBuilder.java
.. _ImportContainer: https://github.com/smithy-lang/smithy/blob/main/smithy-codegen-core/src/main/java/software/amazon/smithy/codegen/core/ImportContainer.java
.. _SymbolWriter: https://github.com/smithy-lang/smithy/blob/main/smithy-codegen-core/src/main/java/software/amazon/smithy/codegen/core/SymbolWriter.java
.. _WriterDelegator: https://github.com/smithy-lang/smithy/blob/main/smithy-codegen-core/src/main/java/software/amazon/smithy/codegen/core/WriterDelegator.java
6 changes: 3 additions & 3 deletions docs/source-2.0/guides/building-codegen/generating-code.rst
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ Leading whitespace cannot be removed when using
// ^ ^ invalid combination
.. _AbstractCodeWriter: https://github.com/awslabs/smithy/blob/main/smithy-utils/src/main/java/software/amazon/smithy/utils/AbstractCodeWriter.java
.. _SimpleCodeWriter: https://github.com/awslabs/smithy/blob/main/smithy-utils/src/main/java/software/amazon/smithy/utils/SimpleCodeWriter.java
.. _SymbolWriter: https://github.com/awslabs/smithy/blob/main/smithy-codegen-core/src/main/java/software/amazon/smithy/codegen/core/SymbolWriter.java
.. _AbstractCodeWriter: https://github.com/smithy-lang/smithy/blob/main/smithy-utils/src/main/java/software/amazon/smithy/utils/AbstractCodeWriter.java
.. _SimpleCodeWriter: https://github.com/smithy-lang/smithy/blob/main/smithy-utils/src/main/java/software/amazon/smithy/utils/SimpleCodeWriter.java
.. _SymbolWriter: https://github.com/smithy-lang/smithy/blob/main/smithy-codegen-core/src/main/java/software/amazon/smithy/codegen/core/SymbolWriter.java
.. _Java text blocks: https://docs.oracle.com/en/java/javase/13/text_blocks/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Implementing the Generator
--------------------------

This document describes how to implement a code generator using the
high-level `DirectedCodegen <https://github.com/awslabs/smithy/blob/main/smithy-codegen-core/src/main/java/software/amazon/smithy/codegen/core/directed/DirectedCodegen.java>`__
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>`__
interface.


Expand Down Expand Up @@ -219,4 +219,4 @@ Tips for using ``DirectedCodegen``
data you need.


.. _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
.. _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
2 changes: 1 addition & 1 deletion docs/source-2.0/guides/building-codegen/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -128,5 +128,5 @@ Navigation
.. observability, Smithy reference architecture, paginators,
.. waiters, endpoint resolution
.. _Smithy's Java reference implementation: https://github.com/awslabs/smithy
.. _Smithy's Java reference implementation: https://github.com/smithy-lang/smithy
.. _Gradle: https://gradle.org
Loading

0 comments on commit 0a15023

Please sign in to comment.