Skip to content
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

README.md Broken Image links fixed (#1) #194

Open
wants to merge 15 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
# ![Logo](chrome/app/theme/chromium/product_logo_64.png) Chromium

<p align="center">
<img src="https://github.com/muhammad-fiaz/chromium/assets/75434191/6220a6e0-d3c9-40ff-bb4b-85132900259a" alt="Chromium Logo">
</p>


# Chromium

Chromium is an open-source browser project that aims to build a safer, faster,
and more stable way for all users to experience the web.
and a more stable way for all users to experience the web.

The project's web site is https://www.chromium.org.
The project's website is https://www.chromium.org.

To check out the source code locally, don't use `git clone`! Instead,
follow [the instructions on how to get the code](docs/get_the_code.md).
Expand All @@ -13,8 +19,8 @@ Documentation in the source is rooted in [docs/README.md](docs/README.md).
Learn how to [Get Around the Chromium Source Code Directory
Structure](https://www.chromium.org/developers/how-tos/getting-around-the-chrome-source-code).

For historical reasons, there are some small top level directories. Now the
guidance is that new top level directories are for product (e.g. Chrome,
For historical reasons, there are some small top-level directories. Now the
guidance is that new top-level directories are for products (e.g. Chrome,
Android WebView, Ash). Even if these products have multiple executables, the
code should be in subdirectories of the product.

Expand Down