Skip to content

Fixed: Images not visible in projects Self-Assessment website page (404 Error) #1459 #1471

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ modified
website/root/*
!website/root/.gitkeep
website/static/design/
curriculum/
4 changes: 2 additions & 2 deletions community/assessments/projects/microcks/self-assessment.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Microcks actors are:

The schema below represents a full-featured architecture deployment with relations and actions between actors and connection to outer brokers. We represented Kafka ones (X broker) as well as brokers (Y and Z) from other protocols. Microcks users access the main webapp either from their browser to see the console or from the CLI or any other application using the API endpoints.

![Microcks actions](images/architecture-full.png)
![Microcks actions](pics/architecture-full.png)

See the [Architecture & deployment options](https://microcks.io/documentation/explanations/deployment-options/) documentation for comprehensive details.

Expand Down Expand Up @@ -250,7 +250,7 @@ We have also created a guide titled "[Joining Microcks Community Meetings](https
#### Ecosystem

See, the big picture:
![Microcks ecosystem](images/microcks-cloud-native-ecosystem.png)
![Microcks ecosystem](pics/microcks-cloud-native-ecosystem.png)

More details:

Expand Down
1 change: 1 addition & 0 deletions curriculum
Submodule curriculum added at ce9e7b
Loading