Skip to content

Commit

Permalink
Merge pull request #752 from joevgreathead/jvg/fix-repo-links
Browse files Browse the repository at this point in the history
Update links which reference archived repo
  • Loading branch information
adunkman authored Nov 22, 2024
2 parents f69d91a + 4c5d41a commit 7c4f220
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ subnav:

Many factors should influence how 18F engineers make technology selections for their projects. Here, we discuss recommendations on how to select the _language_ used in your projects. This document doesn't offer hard-and-fast rules, focusing instead on several language aspects which should be balanced against each other. Also, we explicitly note that language selection is ultimately the decision (and responsibility) of the project team. The guidance below is meant to _assist_ your team make this decision.

This is a living document. After looking at [existing tickets](https://github.com/18F/development-guide/issues), [start an issue](https://github.com/18F/development-guide/issues/new) or pull request in GitHub to suggest changes to these standards.
This is a living document. After looking at [existing tickets](https://github.com/18F/guides/issues), [start an issue](https://github.com/18F/guides/issues/new) or pull request in GitHub to suggest changes to these standards.

## Our strongest languages
18F has historically worked in three **primary** languages: JavaScript, Python, and Ruby. While we certainly have a healthy smattering of other odds and ends, these three are our primary strength as indicated by data from past projects, engineer skill sets, and billable hours. These languages are generally a safe bet as we know we can support them and be productive with them.
Expand Down
2 changes: 1 addition & 1 deletion content/engineering/languages-runtimes/nodejs.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ subnav:
* [JavaScript]({{ "/engineering/languages-runtimes/javascript/" | url }})

## Introduction
This is a **WORK IN PROGRESS**. Help us make it better by [submitting an issue](https://github.com/18F/development-guide) or joining us in the [#javascript](https://gsa-tts.slack.com/messages/C032KSPPQ) channel!
This is a **WORK IN PROGRESS**. Help us make it better by [submitting an issue](https://github.com/18F/guides/issues/new) or joining us in the [#javascript](https://gsa-tts.slack.com/messages/C032KSPPQ) channel!

This document is structured by topic; under each, we include “Standards”, “Defaults”, and “Suggestions”.

Expand Down
2 changes: 1 addition & 1 deletion content/engineering/languages-runtimes/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ subnav:
href: "#type-support"
---

This is a **WORK IN PROGRESS**. Help us make it better by [submitting an issue](https://github.com/18F/development-guide) or joining us in the [#python](https://gsa-tts.slack.com/messages/C02ES0C3R) channel!
This is a **WORK IN PROGRESS**. Help us make it better by [submitting an issue](https://github.com/18F/guides/issues/new) or joining us in the [#python](https://gsa-tts.slack.com/messages/C02ES0C3R) channel!

This document is structured by topic; under each, we include “Standards”, “Defaults”, and “Suggestions”.

Expand Down
2 changes: 1 addition & 1 deletion content/engineering/languages-runtimes/ruby.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ subnav:
- text: Testing
href: "#testing"
---
Help us make this section better by [submitting an issue](https://github.com/18F/development-guide) or joining us in the [#ruby](https://18f.slack.com/messages/ruby/) channel!
Help us make this section better by [submitting an issue](https://github.com/18F/guides/issues/new) or joining us in the [#ruby](https://18f.slack.com/messages/ruby/) channel!

A guide for writing and maintaining Ruby and Rails applications

Expand Down

0 comments on commit 7c4f220

Please sign in to comment.