Skip to content

Commit 3fd6fbe

Browse files
committed
fix: Correcting broken and incorrect links
1 parent 7f08549 commit 3fd6fbe

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

publishing/expectations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ Before diving into getting a DevRel repo, here's what we ask (and expect) of you
1414
* Ideally there should be two or more maintainers for each repo (project). One person can't do everything (particularly the required code reviews), so having at least two maintainers is a very good idea.
1515

1616
<br><br>
17-
[< [Where to Publish](where_to_publish.md) \| [Getting a Repository >](/publishing/getting_a_repo)
17+
[< Where to Publish](where_to_publish.md) \| [Standards >](/publishing/standards)

publishing/getting_a_repo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ Don't work at Oracle, but have a great idea that you'd like to collaborate with
2929
The repo will come with public visibility, so there's nothing special to do to publish your work. You'll be set up as a maintainer (along with the other people you've requested as maintainers). From there, you're ready to [start working with your repo](/working_with_our_repos).
3030

3131
<br><br>
32-
[< [Standards](standards.md) \| [Working With Our Repositories >](/working_with_our_repos)
32+
[< Standards](standards.md) \| [Working With Our Repositories >](/working_with_our_repos)

publishing/standards.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ We try to focus on being flexible and easy-to-use. There is a minimum set of fi
2929
We expect the `.gitignore` file to ignore superfluous and extraneous "clutter" that's not necessary (things like hidden files that are not really needed, local caching files, etc.). You'll likely need to adjust the `.github` file for the language(s) and framework(s) you'll be using in your project. Customize away!
3030

3131
# Branching
32-
We do not enforce a specific branching strategy, but leave it up to each project maintainer to dictate what's best for the project. See [Working With Our Repos](/publishing/expectations) for more info.
32+
We do not enforce a specific branching strategy, but leave it up to each project maintainer to dictate what's best for the project. See [Working With Our Repos](/publishing/working_with_repos) for more info.
3333

3434
# Commit/PR Comments
3535
We prefer to standardize on using [ConventionalCommits](https://www.conventionalcommits.org/en/v1.0.0/) when generating change logs and creating comments on commits, PRs, etc.
@@ -38,7 +38,7 @@ We prefer to standardize on using [ConventionalCommits](https://www.conventional
3838
Most projects that contain source code (all but the text-only repos) are setup to be scanned by SonarCloud.io, along with a scanning status badge on the README. Feel free to use (leave) this badge in-tact, as it's a nice marker to instill confidence in your code (or to encourage you to improve it).
3939

4040
# Committing Code
41-
Do not commit directly to `main`. It won't work anyway (`main` is protected). Use Pull Requests (PRs) instead. You can do this via a fork or branch. If you're a maintainer, you can create a branch (you have permissions to do so). If you're an outside contributor (or maintainer), you may fork the project (you don't have permissions to create a branch in the repo). See [Working With Our Repos](/publishing/expectations) for more info.
41+
Do not commit directly to `main`. It won't work anyway (`main` is protected). Use Pull Requests (PRs) instead. You can do this via a fork or branch. If you're a maintainer, you can create a branch (you have permissions to do so). If you're an outside contributor (or maintainer), you may fork the project (you don't have permissions to create a branch in the repo). See [Working With Our Repos](/publishing/working_with_repos) for more info.
4242

4343
<br><br>
44-
[< [What's Expected of You](/publishing/expectations) \| [Getting a Repository >](/publishing/getting_a_repo)
44+
[< What's Expected of You](/publishing/expectations) \| [Getting a Repository >](/publishing/getting_a_repo)

publishing/where_to_publish.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ Here's the "secret decoder ring" (of sorts) on where to publish:
1717

1818

1919
<br><br>
20-
[< Publishing](/publishing/) \| [What's Expected of You >](/publishing/expectations)
20+
[< Publishing](/publishing) \| [What's Expected of You >](/publishing/expectations)

0 commit comments

Comments
 (0)