[go: nahoru, domu]

Skip to content

Commit

Permalink
Update all references to dev.enso.org
Browse files Browse the repository at this point in the history
  • Loading branch information
iamrecursion committed Apr 7, 2021
1 parent 6d3ebed commit 9f60e22
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ If you would like to gain a better understanding of the principles on which Enso
is based, or just delve into the why's and what's of Enso's design, please take
a look in the [`docs/` folder](./docs/). It is split up into subfolders for each
component of Enso. You can view this same documentation in a rendered form at
[the developer docs website](https://dev.enso.org).
[the developer docs website](https://enso.org/docs/developer).

This folder also contains a document on Enso's
[design philosophy](./docs/enso-philosophy.md), that details the thought process
Expand Down
5 changes: 3 additions & 2 deletions docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -715,8 +715,9 @@ the best results through open collaboration.

Documentation improvements are very welcome! For now, the main documentation
available is the _developer_ documentation for the language, which can be found
at the [dev docs site](https://dev.enso.org). The source for this documentation
is found in the [`docs/`](.) folder, and can be altered from there.
at the [dev docs site](https://enso.org/docs/developer). The source for this
documentation is found in the [`docs/`](.) folder, and can be altered from
there.

Documentation pull requests will be reviewed in exactly the same way as normal
pull requests.
Expand Down
2 changes: 1 addition & 1 deletion docs/distribution/packaging.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ definitions.

For more information on how visualization definitions should work with the Enso
IDE, see
[this example](https://dev.enso.org/docs/ide/product/visualizations.html#custom-visualization-example).
[this example](https://enso.org/docs/developer/docs/ide/product/visualizations.html#custom-visualization-example).

## Build Reproducibility

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import scala.util.{Failure, Success, Try}
* release tag which contain the listed assets.
*
* It must adhere to the fallback mechanism specification as defined at
* [[https://dev.enso.org/docs/enso/distribution/fallback-launcher-release-infrastructure.html#fallback-infrastructure-specification]].
* [[https://enso.org/docs/developer/docs/enso/distribution/fallback-launcher-release-infrastructure.html#fallback-infrastructure-specification]].
*/
class FileStorageFallbackReleaseProvider(
storage: FileStorage,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import scala.util.Try
* release tag which contain the listed assets.
*
* It must adhere to the fallback mechanism specification as defined at
* [[https://dev.enso.org/docs/enso/distribution/fallback-launcher-release-infrastructure.html#fallback-infrastructure-specification]].
* [[https://enso.org/docs/developer/docs/enso/distribution/fallback-launcher-release-infrastructure.html#fallback-infrastructure-specification]].
*
* @param bucketRoot root URI that should contain the described files
*/
Expand Down
4 changes: 2 additions & 2 deletions lib/rust/lexer/definition/src/token.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
//! This file defines the various tokens requried by the Enso lexer.
//!
//! This file makes heavy use of terminology from the Enso design documentation, particularly the
//! [syntax](https://dev.enso.org/docs/enso/syntax) documentation. For the sake of brevity, many
//! terms will _not_ be defined here.
//! [syntax](https://enso.org/docs/developer/docs/enso/syntax) documentation. For the sake of
//! brevity, many terms will _not_ be defined here.

use crate::prelude::*;

Expand Down

0 comments on commit 9f60e22

Please sign in to comment.