Skip to content

Commit

Permalink
Fix links (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeSCahill authored Apr 4, 2024
1 parent 8d59a24 commit 4a43218
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion modules/deploy/partials/kubernetes/guides/next-steps.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= Next steps

* xref:develop:code-examples.adoc[Build a sample application]
* xref:redpanda-labs:ROOT:index.adoc[Try an example in Redpanda Labs]
* xref:manage:console/index.adoc[Learn more about Redpanda Console]
* xref:get-started:rpk-install.adoc[Learn more about rpk]
Expand Down
2 changes: 1 addition & 1 deletion modules/develop/pages/http-proxy.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Curl is likely already installed on your system. If not, see https://curl.se/dow
NodeJS::
+
--
NOTE: This is based on the assumption that you're in the root directory of an existing NodeJS project. See xref:develop:guide-nodejs.adoc[Use NodeJS with Redpanda] for one way to get started with a new NodeJS project and examples of connecting to Redpanda with a native library.
NOTE: This is based on the assumption that you're in the root directory of an existing NodeJS project. See xref:redpanda-labs:clients:docker-nodejs.adoc[] for an example of a NodeJS project.
In a terminal window, run:
Expand Down
3 changes: 1 addition & 2 deletions modules/get-started/pages/quick-start.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -284,11 +284,10 @@ docker compose down -v

== Next steps

- xref:develop:code-examples.adoc[Continue learning about client application]
- xref:redpanda-labs:ROOT:index.adoc[Try more examples in Redpanda Labs]
- xref:manage:console/index.adoc[Learn more about Redpanda Console]
- xref:rpk-install.adoc[Learn more about rpk]
- xref:deploy:deployment-option/self-hosted/manual/production/index.adoc[Deploy for development or production]
- xref:reference:docker-compose.adoc[Try more Docker Compose examples]
- Find the https://hub.docker.com/r/redpandadata/redpanda[Docker images for Redpanda^] on Docker Hub
- Find the https://hub.docker.com/r/redpandadata/console/tags[Docker images for Redpanda Console^] on Docker Hub

Expand Down
2 changes: 1 addition & 1 deletion modules/manage/pages/security/console/plain.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Configuring Redpanda Console with a plain login provider allows your users to au
username and password. Plain logins are the easiest way to set up a login-protected deployment of Redpanda Console. However,
plain logins are not secure, and Redpanda recommends them only for development environments or demo purposes.

TIP: You can test this feature using Docker Compose. See the xref:reference:docker-compose.adoc#plain-login-authentication-for-redpanda-console[Plain login authentication for Redpanda Console] sample.
TIP: You can test this feature using Docker Compose. See the xref:redpanda-labs:docker-compose:console-plain-login.adoc[Plain login authentication for Redpanda Console] sample.

To configure a plain login provider, you must:

Expand Down

0 comments on commit 4a43218

Please sign in to comment.