Change image source for stlite.svg in README#1797
Conversation
Updated image source path in README.
|
WalkthroughUpdated the image path reference in README.md from a relative path pointing to Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~1 minute Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: Organization UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
🧰 Additional context used📓 Path-based instructions (1){.prettierrc,**/*.{md,json,ts,tsx,js,jsx}}📄 CodeRabbit inference engine (CLAUDE.md)
Files:
🪛 markdownlint-cli2 (0.18.1)README.md15-15: Images should have alternate text (alt text) (MD045, no-alt-text) ⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (2)
🔇 Additional comments (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Pull request overview
This PR corrects a broken image reference in the README by updating the path to the stlite.svg logo file from a non-existent location to its actual location in the repository.
- Updates the image source path from
./assets/stlite.svgto./docs/src/assets/stlite.svg
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Package Stats on
|
Bundle visualizer reports for
|
|
Deployment completed successfully (log). |
|
Deployment completed successfully (log). Importable URLs:
import { StliteApp, createKernel } from "https://bbcfb094.stlite-react-preview.pages.dev/stlite.js";
import "https://bbcfb094.stlite-react-preview.pages.dev/stlite.css"; |
|
Deployment completed successfully (log).
|
|
Deployment completed successfully (log).
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Stlite Browser preview</title>
<link rel="stylesheet" href="https://fd58f750.stlite-browser-preview.pages.dev/stlite.css" />
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script type="module">
import { mount } from "https://fd58f750.stlite-browser-preview.pages.dev/stlite.js"
mount(
{
entrypoint: "streamlit_app.py",
files: {
"streamlit_app.py": `
import streamlit as st
st.write("Hello world")
`,
},
requirements: [],
},
document.getElementById("root"),
);
</script>
</body>
</html> |
Updated image source path in README.
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.